Skip to content

Commit

Permalink
chore: Adjust document formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed May 28, 2024
1 parent a98636f commit 94433b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Package Extension
working-directory: extensions/azuredevops
run: tfx extension create --json --no-color --output-path .\artifacts\Build.Tasks.${{ steps.gitversion.outputs.MajorMinorPatch }}.vsix --override "{\"version\":\"${{ steps.gitversion.outputs.MajorMinorPatch }}\"}"
run: tfx extension create --json --no-color --output-path .\artifacts\Build.Tasks.${{ steps.gitversion.outputs.MajorMinorPatch }}.vsix --override "{""version"":""${{ steps.gitversion.outputs.MajorMinorPatch }}""}"

- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 94433b6

Please sign in to comment.