Skip to content

Commit

Permalink
Uppercase all varaibles
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jul 4, 2019
1 parent 549b347 commit a6975c6
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ resources:
endpoint: github

variables:
Configuration: Release
Verbosity: Normal
DotNetVersion: "2.2.300"
DotNet3Version: "3.0.100-preview6-012264"
NuGetVersion: "5.1.0"
Coverage: "$(Agent.BuildDirectory)/c"
VstsCoverage: "$(Coverage)"
Artifacts: $(Build.ArtifactStagingDirectory)
VstsArtifacts: "$(Artifacts)"
CONFIGURATION: Release
VERBOSITY: Normal
DOTNETVERSION: "2.2.300"
DOTNET3VERSION: "3.0.100-preview6-012264"
NUGETVERSION: "5.1.0"
COVERAGE: "$(Agent.BuildDirectory)/c"
ARTIFACTS: $(Build.ArtifactStagingDirectory)
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true"
CodeCovToken: '7dfeb756-b27e-47ec-8906-a349cf7e0688'

Expand Down

0 comments on commit a6975c6

Please sign in to comment.