Skip to content

Commit

Permalink
Updating to stable tag for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuvajyoti Deb committed Aug 30, 2023
1 parent 0e85ee3 commit 82fa657
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ permissions:

jobs:
Build:
uses: microsoft/digitalworkplace-workflows/.github/workflows/build.yml@v3.1
uses: microsoft/digitalworkplace-workflows/.github/workflows/build.yml@v3.2
with:
project-to-build: "src/Generator/Generator.csproj"
project-to-test: "Generator.sln"
coverage-threshold: 89

Pack:
uses: microsoft/digitalworkplace-workflows/.github/workflows/pack.yml@v3.1
uses: microsoft/digitalworkplace-workflows/.github/workflows/pack.yml@v3.2
with:
project-to-pack: "src/Generator/Generator.csproj"

Scan:
uses: microsoft/digitalworkplace-workflows/.github/workflows/scan.yml@v3.1
uses: microsoft/digitalworkplace-workflows/.github/workflows/scan.yml@v3.2
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ permissions:

jobs:
Pack:
uses: microsoft/digitalworkplace-workflows/.github/workflows/pack.yml@v3.1.2-test4
uses: microsoft/digitalworkplace-workflows/.github/workflows/pack.yml@v3.2
with:
project-to-pack: "src/Generator/Generator.csproj"

Sign:
needs: Pack
uses: microsoft/digitalworkplace-workflows/.github/workflows/sign.yml@v3.1.2-test4
uses: microsoft/digitalworkplace-workflows/.github/workflows/sign.yml@v3.2
secrets: inherit

Publish:
needs: [Pack, Sign]
uses: microsoft/digitalworkplace-workflows/.github/workflows/publish.yml@v3.1.2-test4
uses: microsoft/digitalworkplace-workflows/.github/workflows/publish.yml@v3.2
secrets: inherit

0 comments on commit 82fa657

Please sign in to comment.