Skip to content

Commit

Permalink
Fix quoting error in release yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
  • Loading branch information
derrickstolee committed Jan 8, 2020
1 parent 437cf8a commit 36ad79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/templates/win/pack.signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
inputs:
solution: 'Scalar.Installer.Windows\Scalar.Installer.Windows.csproj'
configuration: $(configuration)
msbuildArguments: '/t:BuildInstallerPhase1 /p:LayoutPath="$(Build.ArtifactStagingDirectory)\signpayload"' /p:ScalarVersion=$(majorAndMinorVersion).$(revision)'
msbuildArguments: '/t:BuildInstallerPhase1 /p:LayoutPath="$(Build.ArtifactStagingDirectory)\signpayload" /p:ScalarVersion=$(majorAndMinorVersion).$(revision)'

- task: MSBuild@1
displayName: Sign payload
Expand Down

0 comments on commit 36ad79c

Please sign in to comment.