remove --norestore

This commit is contained in:
Micheal Colhoun 2021-09-04 22:50:11 +01:00 committed by GitHub
parent 5ae9e59924
commit 11b9adb77f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,6 @@ jobs:
dotnet-version: 5.0.x
- name: Build
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG