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 96e4793 commit 55273e1Copy full SHA for 55273e1
.github/workflows/ci-release.yml
@@ -21,7 +21,7 @@ jobs:
21
run: dotnet restore
22
23
- name: Build
24
- run: dotnet build --no-restore
+ run: dotnet build -c Release --no-restore
25
26
- name: Publish
27
run: dotnet publish -p:PublishSingleFile=true -p:CommitHash=${{ github.sha }} -p:CommitRef=${{ github.ref_type }}/${{ github.ref_name }} -r win-x64 -c Release --self-contained false .\Bloxstrap\Bloxstrap.csproj
0 commit comments