Skip to content

Commit 062ba7c

Browse files
committed
amat;r
1 parent ab49c5a commit 062ba7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Build Yubico.Core with special options
8282
run: |
8383
# 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
84+
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
8585
shell: pwsh
8686

8787
- name: Run .NET 6 and .NET 8 Tests

0 commit comments

Comments
 (0)