Skip to content

Commit

Permalink
Update publish-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siyaramblackduck authored Aug 19, 2024
1 parent 00d715f commit 794f1c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
npx tfx-cli extension create --manifest-globs vss-extension-dev.json
echo "Extension $extension_name created successfully!"
echo "Publishing extension $extension_name with version $extension_version"
# tfx extension publish --publisher TestCIPub --manifest-globs vss-extension-dev.json --token ${USER_TOKEN} | tee tfx_output.log
publish_exit_code=${PIPESTATUS[0]}
if [ $publish_exit_code -eq 0 ]; then
echo "Extension $extension_name version $extension_version published successfully!"
Expand All @@ -142,7 +141,8 @@ jobs:
fi
# npm i -g tfx-cli
# tfx extension publish --publisher ${PUBLISHER_NAME} --manifest-globs vss-extension-dev.json --share-with ${ORGANIZATION_NAME} --token ${USER_TOKEN}
# tfx extension publish --publisher ${PUBLISHER_NAME} --manifest-globs vss-extension-dev.json --share-with ${ORGANIZATION_NAME} --token ${USER_TOKEN} | tee tfx_output.log
# tfx extension publish --publisher TestCIPub --manifest-globs vss-extension-dev.json --token ${USER_TOKEN} | tee tfx_output.log

- name: update extension version
id: update-extension-version
Expand All @@ -163,4 +163,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.EXTENSION_NAME }}-${{ env.NEW_VERSION }}.vsix
path: "*.vsix"
path: "*.vsix"

0 comments on commit 794f1c3

Please sign in to comment.