Skip to content

Commit

Permalink
Turn tfx tracing on
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 9dddb0a commit 7c8fe08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .octopus/deployment_process.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ step "push-to-azure-marketplace" {

npm install -g tfx-cli

export TFX_TRACE=1

pwsh $publishPath/publish.ps1 -environment $environment -version $version -accessToken $accessToken -packagePath $vsixPath -manifestsPath $publishPath -shareWith "$shareWith" || exit 1

if [ "$environment" == "Test" ]
Expand Down

0 comments on commit 7c8fe08

Please sign in to comment.