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 1dd3c48 commit 2819197Copy full SHA for 2819197
.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 }}' --no-build
+ run: dotnet test --configuration Release /p:Version='${{ inputs.rel_version }}'
41
42
- name: Publish project
43
run: dotnet publish src/FlowSynx.Plugins.Media.ImageProcessing.csproj -c Release -o "${{ env.PUBLISH_DIR }}"
0 commit comments