Skip to content

Commit

Permalink
Use correct variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
aznhassan committed Nov 6, 2024
1 parent 96f8a70 commit 05b31ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure/stages/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ stages:

# Copy everything into the same folder before we run the publish. For some reason this is needed for the publish command.
- script: |
cp $(Pipeline.Workspace)/extension/$(SetExtensionName.VSIX) .
cp $(Pipeline.Workspace)/extension-manifest/$(SetExtensionName.VSIX).manifest .
cp $(Pipeline.Workspace)/extension-signature/$(SetExtensionName.VSIX).signature.p7s .
cp $(Pipeline.Workspace)/extension/$(vsixName) .
cp $(Pipeline.Workspace)/extension-manifest/$(vsixName).manifest .
cp $(Pipeline.Workspace)/extension-signature/$(vsixName).signature.p7s .
- ${{ if parameters.isPreRelease }}:
- bash: echo "Publishing PreRelease"
Expand Down

0 comments on commit 05b31ec

Please sign in to comment.