We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24685f commit d5afa86Copy full SHA for d5afa86
.github/workflows/library.nuget.yml
@@ -26,4 +26,4 @@ jobs:
26
run: dotnet restore src/UnlockerPatch/UnlockerPatch.csproj
27
28
- name: Build solution
29
- run: msbuild src/UnlockerPatch/UnlockerPatch.csproj /p:Configuration=Release
+ run: msbuild src/UnlockerPatch/UnlockerPatch.csproj /p:Configuration=Release /p:Platform=x64
0 commit comments