Skip to content

Commit

Permalink
We care more about package version than release version
Browse files Browse the repository at this point in the history
  • Loading branch information
tothegills authored and Octopus Deploy committed Jan 10, 2024
1 parent 7c8fe08 commit da9b0d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .octopus/deployment_process.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ step "push-to-azure-marketplace" {
# Install PowerShell
apt-get install -y powershell


environment=$(get_octopusvariable "Octopus.Environment.Name")
version=$(get_octopusvariable "Octopus.Release.Number")
version=$(get_octopusvariable "Octopus.Action.Package[OctoTFS.vsix].PackageVersion")
accessToken=$(get_octopusvariable "AccessToken")
shareWith=$(get_octopusvariable "ShareWith")
vsixPath=$(get_octopusvariable "Octopus.Action.Package[OctoTFS.vsix].ExtractedPath")
Expand Down

0 comments on commit da9b0d1

Please sign in to comment.