File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ jobs:
7070 asset_content_type : application/zip
7171
7272 - name : Publish extension for Visual Studio 2019 to Marketplace
73- uses : cezarypiatek/VsixPublisherAction@0.2
73+ uses : cezarypiatek/VsixPublisherAction@1.0
7474 with :
7575 extension-file : ${{ env.SOLUTION_FILE_PATH }}\${{ env.VS2019_PROJECT }}\bin\Release\${{ env.VS2019_PROJECT }}.vsix
7676 publish-manifest-file : ${{ env.SOLUTION_FILE_PATH }}\${{ env.VS2019_PROJECT }}\${{ env.PUBLISH_MANIFEST_FILENAME }}
7777 personal-access-code : ${{ secrets.MARKETPLACE_TOKEN }}
7878
7979 - name : Publish extension for Visual Studio 2022 to Marketplace
80- uses : cezarypiatek/VsixPublisherAction@0.2
80+ uses : cezarypiatek/VsixPublisherAction@1.0
8181 with :
8282 extension-file : ${{ env.SOLUTION_FILE_PATH }}\${{ env.VS2022_PROJECT }}\bin\Release\${{ env.VS2022_PROJECT }}.vsix
8383 publish-manifest-file : ${{ env.SOLUTION_FILE_PATH }}\${{ env.VS2022_PROJECT }}\${{ env.PUBLISH_MANIFEST_FILENAME }}
You can’t perform that action at this time.
0 commit comments