We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5afa86 commit 6b515f9Copy full SHA for 6b515f9
.github/workflows/library.nuget.yml
@@ -25,5 +25,9 @@ jobs:
25
- name: Restore dependencies
26
run: dotnet restore src/UnlockerPatch/UnlockerPatch.csproj
27
28
+ - name: Ensure UnlockerStub output path exists
29
+ run: |
30
+ if not exist "src\UnlockerStub\x64\Release" mkdir "src\UnlockerStub\x64\Release"
31
+
32
- name: Build solution
33
run: msbuild src/UnlockerPatch/UnlockerPatch.csproj /p:Configuration=Release /p:Platform=x64
0 commit comments