Skip to content

Commit

Permalink
fix aritifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
secana committed Mar 14, 2019
1 parent 28aa1ab commit cd9028f
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 @@ -21,7 +21,7 @@ steps:
- powershell: dotnet publish -r win-x64 -c release
displayName: Build native Windows executable

- powershell: cp .\CertDump\bin\Release\netcoreapp2.1\win-x64\native\CertDump.exe $(Build.ArtifactStagingDirectory)
- powershell: cp .\CertDump\bin\Release\netcoreapp3.0\win-x64\native\CertDump.exe $(Build.ArtifactStagingDirectory)
displayName: Copy CertDump.exe to "Artifacts Staging Directory"

- task: GitHubRelease@0
Expand Down

0 comments on commit cd9028f

Please sign in to comment.