Skip to content

Commit 66b0e6b

Browse files
authored
fixed build issues
1 parent c2d351b commit 66b0e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- name: Restore Google.Authenticator.Tests
2626
run: dotnet restore ./Google.Authenticator.Tests/Google.Authenticator.Tests.csproj
2727
- name: Build Package
28-
run: dotnet build ./Google.Authenticator/Google.Authenticator.csproj --configuration $(buildConfiguration) --no-restore
28+
run: dotnet build ./Google.Authenticator/Google.Authenticator.csproj --configuration Release --no-restore
2929
- name: Build Tests
30-
run: dotnet build ./Google.Authenticator.Tests/Google.Authenticator.Tests.csproj --configuration $(buildConfiguration) --no-restore --no-dependencies
30+
run: dotnet build ./Google.Authenticator.Tests/Google.Authenticator.Tests.csproj --configuration Release --no-restore --no-dependencies
3131
- name: Test
3232
run: dotnet test ./Google.Authenticator.Tests/Google.Authenticator.Tests.csproj --no-build --verbosity normal --configuration Release
3333
- name: Pack

0 commit comments

Comments
 (0)