Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Dec 14, 2018
2 parents 5b4ac3c + 817b03a commit fefbc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
# Chocolatey
$ver = .\nbgv get-version -f json | ConvertFrom-Json
& choco.exe pack .\PackageExplorer\NuGetPackageExplorer.nuspec --version $($ver.NuGetPackageVersion) --OutputDirectory $(Build.ArtifactStagingDirectory)\$(BuildOutputDirectory)
& choco.exe pack .\PackageExplorer\NuGetPackageExplorer.nuspec --version $($ver.SemVer1) --OutputDirectory $(Build.ArtifactStagingDirectory)\$(BuildOutputDirectory)
displayName: Create Choco package
condition: and(succeeded(), eq(variables['BuildConfiguration'], 'Choco'))
Expand Down

0 comments on commit fefbc7d

Please sign in to comment.