File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 run : dotnet build --configuration Debug
6161
6262 - name : Upload Build Artifacts
63- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
63+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6464 with :
6565 name : build-artifacts
6666 path : |
8181 files : " test/**/TestResults.xml"
8282
8383 - name : Upload Test Artifacts
84- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
84+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8585 with :
8686 name : test-results
8787 path : " test/**/TestResults.xml"
@@ -104,7 +104,7 @@ jobs:
104104 run : cat ${COVERAGE_REPORT}/SummaryGithub.md >> $GITHUB_STEP_SUMMARY
105105
106106 - name : Upload Code Coverage Results
107- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
107+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
108108 with :
109109 name : coverage-results
110110 path : |
Original file line number Diff line number Diff line change 6969 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7070 # format to the repository Actions tab.
7171 - name : " Upload artifact"
72- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
72+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7373 with :
7474 name : SARIF file
7575 path : results.sarif
Original file line number Diff line number Diff line change 7777
7878 - name : Upload unsigned nupkgs to artifacts
7979 id : upload
80- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
80+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8181 with :
8282 name : build-artifacts
8383 path : ${{ env.NUPKG_DIRECTORY }}/*
@@ -128,7 +128,7 @@ jobs:
128128 ./sign/sign code trusted-signing *.nupkg --base-directory ${env:NUPKG_DIRECTORY} -tse "${{ secrets.AZURE_TRUSTEDSIGNING_ENDPOINT }}" -tsa "${{ secrets.AZURE_TRUSTEDSIGNING_ACCOUNT }}" -tscp "${{ secrets.AZURE_TRUSTEDSIGNING_CERTIFICATEPROFILE }}"
129129
130130 - name : Upload signed nupkgs to artifacts
131- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
131+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
132132 id : upload
133133 with :
134134 name : signed-artifacts
Original file line number Diff line number Diff line change 8282
8383 - name : Upload unsigned nupkgs to artifacts
8484 id : upload
85- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
85+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8686 with :
8787 name : build-artifacts
8888 path : ${{ env.NUPKG_DIRECTORY }}/*
@@ -133,7 +133,7 @@ jobs:
133133
134134 - name : Upload signed nupkgs to artifacts
135135 id : upload
136- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
136+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
137137 with :
138138 name : signed-artifacts
139139 path : ${{env.NUPKG_DIRECTORY}}/*
You can’t perform that action at this time.
0 commit comments