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 cdae8ca commit 7cddd7bCopy full SHA for 7cddd7b
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: microsoft/setup-msbuild@v1
30
31
- name: Build project
32
- run: msbuild "MinecraftClient.sln"
+ run: msbuild "MinecraftClient.sln" /t:Build /p:Configuration=Release
33
34
- name: Create Release
35
id: create_release
0 commit comments