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 45bd096 commit 44f7e6bCopy full SHA for 44f7e6b
.github/workflows/main.yml
@@ -351,7 +351,8 @@ jobs:
351
runs-on: windows-latest
352
needs: Setup
353
# Build app only when src has changed
354
- if: ${{ success() && needs.Setup.outputs.HasChanged_src == 'true' }}
+ if: ${{ success() && (needs.Setup.outputs.HasChanged_src == 'true' || needs.Setup.outputs.HasChanged_automation == 'true') }}
355
+
356
env:
357
solution: '**/*.sln'
358
buildPlatform: 'Any CPU'
0 commit comments