Skip to content

Commit

Permalink
Only build and deploy standalone in non legacy configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
belkiss authored Jul 28, 2024
1 parent 30c812f commit ca6e0d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
uses: microsoft/[email protected]

- name: Build FASTBuildMonitor Standalone in ${{ matrix.configuration }}
if: matrix.configuration == 'Debug' || matrix.configuration == 'Release'
shell: powershell
run: |
msbuild -t:build -restore FASTBuildMonitorVSIX/FASTBuildMonitorStandalone/FASTBuildMonitorStandalone.csproj /nologo /v:m /p:Configuration=$env:Configuration
Expand All @@ -79,6 +80,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any

- name: Upload Standalone build artifacts
if: matrix.configuration == 'Debug' || matrix.configuration == 'Release'
uses: actions/upload-artifact@v4
with:
name: 'FASTBuildMonitor-${{ matrix.configuration }}-${{github.sha}}'
Expand Down

0 comments on commit ca6e0d2

Please sign in to comment.