We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7a7e0 commit 17189dcCopy full SHA for 17189dc
1 file changed
.github/workflows/build.yml
@@ -22,10 +22,10 @@ jobs:
22
run: dotnet restore src/Endpointer.slnx
23
24
- name: Build
25
- run: dotnet build src/Endpointer.slnx --no-restore
+ run: dotnet build src/Endpointer.slnx --no-restore -c Release
26
27
- name: Test
28
- run: dotnet test --solution src/Endpointer.slnx --no-build
+ run: dotnet test --solution src/Endpointer.slnx --no-build -c Release
29
30
- name: Pack
31
- run: dotnet pack src/Endpointer/Endpointer.csproj --no-build -o ./artifacts
+ run: dotnet pack src/Endpointer/Endpointer.csproj --no-build -c Release -o ./artifacts
0 commit comments