Commit 66b0e6b 1 parent c2d351b commit 66b0e6b Copy full SHA for 66b0e6b
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
- name : Restore Google.Authenticator.Tests
26
26
run : dotnet restore ./Google.Authenticator.Tests/Google.Authenticator.Tests.csproj
27
27
- 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
29
29
- 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
31
31
- name : Test
32
32
run : dotnet test ./Google.Authenticator.Tests/Google.Authenticator.Tests.csproj --no-build --verbosity normal --configuration Release
33
33
- name : Pack
You can’t perform that action at this time.
0 commit comments