Skip to content

Commit

Permalink
Fix cap token use - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw committed Jun 3, 2020
1 parent 7a0748d commit 8672475
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vsts-ci/windows-daily.yml
Expand Up @@ -28,9 +28,6 @@ pr:
- /.github/ISSUE_TEMPLATE/*
- /.dependabot/config.yml

env:
CAP_TOKEN: $(CAP_INGRESS_TOKEN)

variables:
GIT_CONFIG_PARAMETERS: "'core.autocrlf=false'"
DOTNET_CLI_TELEMETRY_OPTOUT: 1
Expand Down Expand Up @@ -164,6 +161,8 @@ stages:
Import-Module $capModuleFile
Stop-TraceCollection -DataDir $capDataDir -RepoRoot $pwd -IngressToken $env:CAP_TOKEN
}
env:
CAP_TOKEN: $(CAP_INGRESS_TOKEN)
displayName: 'Upload CLR Trace'
condition: always()
Expand Down

0 comments on commit 8672475

Please sign in to comment.