Skip to content

Commit

Permalink
Update build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
OOlashyn committed Aug 13, 2022
1 parent 95fad8b commit f702c3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
node-version: [12.x]
env:
msbuildtarget: Solutions/WebFormStepsVisualizer/src
msbuildtarget: Solutions/WebFormStepsVisualizer

steps:
- uses: actions/checkout@v2
Expand All @@ -30,14 +30,14 @@ jobs:
id: solution-unique-name
uses: mavrosxristoforos/[email protected]
with:
xml-file: ${{ env.msbuildtarget }}/Other/Solution.xml
xml-file: ${{ env.msbuildtarget }}/src/Other/Solution.xml
xpath: "//ImportExportXml/SolutionManifest/UniqueName"

- name: Solution Version
id: solution-version
uses: mavrosxristoforos/[email protected]
with:
xml-file: ${{ env.msbuildtarget }}/Other/Solution.xml
xml-file: ${{ env.msbuildtarget }}/src/Other/Solution.xml
xpath: "//ImportExportXml/SolutionManifest/Version"

- name: Install dependencies
Expand Down

0 comments on commit f702c3a

Please sign in to comment.