Skip to content

Commit

Permalink
Change build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarypiatek committed Dec 4, 2023
1 parent 3238d56 commit cfa16f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@ jobs:
run: npm run inline
working-directory: src/nscenario-report-browser/

- name: Upload template
uses: actions/upload-artifact@master
with:
name: report-browser-template
path: 'src/nscenario-report-browser/build/report-browser-template.html'

build-extension:
runs-on: windows-latest
needs: build-template-presenter
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
Expand All @@ -52,6 +58,11 @@ jobs:
minor-pattern: '.*'
major-pattern: 'BREAKING CHANGES'
output-to-env-variable: 'VersionPrefix'
- name: Download report-browser-template.html
uses: actions/download-artifact@master
with:
name: VSIX-VS2019
path: src/NScenario/
- name: Materialize Signing Key
id: write_sign_key_file
uses: timheuer/base64-to-file@v1
Expand Down

0 comments on commit cfa16f1

Please sign in to comment.