We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab49c5a commit 062ba7cCopy full SHA for 062ba7c
.github/workflows/test-windows.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Build Yubico.Core with special options
82
run: |
83
# Use MSBuild directly for more control
84
- dotnet msbuild Yubico.NET.SDK.sln /t:Restore;Build /p:Configuration=Debug /p:TargetFramework=net47 /p:OutputPath="$env:GITHUB_WORKSPACE\build\net47" /p:CopyLocalLockFileAssemblies=true
+ dotnet msbuild Yubico.NET.SDK.sln /t:Restore /t:Build /p:Configuration=Debug /p:TargetFramework=net47 /p:OutputPath="$env:GITHUB_WORKSPACE\build\net47" /p:CopyLocalLockFileAssemblies=true
85
shell: pwsh
86
87
- name: Run .NET 6 and .NET 8 Tests
0 commit comments