We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5bbf5 commit 5a8a177Copy full SHA for 5a8a177
1 file changed
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
run: dotnet build --configuration Release /p:Version='${{ inputs.rel_version }}' --no-restore
38
39
- name: Run tests
40
- run: dotnet test --configuration Release /p:Version='${{ inputs.rel_version }}'
+ run: dotnet test --configuration Release /p:Version='${{ inputs.rel_version }}' --no-build
41
42
- name: Publish project
43
run: dotnet publish src/FlowSynx.Plugins.Media.ImageProcessing.csproj -c Release -o "${{ env.PUBLISH_DIR }}"
0 commit comments