File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 run : dotnet build --configuration Debug --no-restore
5959
6060 - name : Upload Build Artifacts
61- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
61+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
6262 with :
6363 name : build-artifacts
6464 path : |
7979 files : " test/**/TestResults.xml"
8080
8181 - name : Upload Test Artifacts
82- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
82+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
8383 with :
8484 name : test-results
8585 path : " test/**/TestResults.xml"
Original file line number Diff line number Diff line change 7474
7575 - name : Upload unsigned nupkgs to artifacts
7676 id : upload
77- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
77+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
7878 with :
7979 name : build-artifacts
8080 path : ${{ env.OUTPUT_DIRECTORY }}/*
@@ -127,7 +127,7 @@ jobs:
127127 -tscp "${{ secrets.AZURE_TRUSTEDSIGNING_CERTIFICATEPROFILE }}"
128128
129129 - name : Upload signed nupkgs to artifacts
130- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
130+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
131131 id : upload
132132 with :
133133 name : signed-artifacts
Original file line number Diff line number Diff line change 7474
7575 - name : Upload unsigned nupkgs to artifacts
7676 id : upload
77- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
77+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
7878 with :
7979 name : build-artifacts
8080 path : ${{ env.OUTPUT_DIRECTORY }}/*
@@ -126,7 +126,7 @@ jobs:
126126 --azure-key-vault-certificate "${{ secrets.AZURE_KEY_VAULT_CERTIFICATE }}"
127127
128128 - name : Upload signed nupkgs to artifacts
129- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
129+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
130130 id : upload
131131 with :
132132 name : signed-artifacts
You can’t perform that action at this time.
0 commit comments