How to install and use on GitHub Actions or Appveyor? #177
Unanswered
MarkCallow
asked this question in
Q&A
Replies: 2 comments 1 reply
|
Should I take the lack of an answer after almost a month to to mean that no binary packages are available and I have to build it myself? |
0 replies
|
Sorry for the delay in response. In your GitHub Action you will just need to make sure .NET 6 is installed and then you can use https://github.com/search?q=AzureSignTool+language%3AYAML&type=code&l=Markdown Here for example, here is Octopus Deploys'. https://github.com/OctopusDeploy/cli/blob/c5e8590ae39f4495ea8d1c7a3bd7f4465fcd5ae6/.github/workflows/go-releaser.yml#L122 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The Azure example shows a simple way to install AST. Is there a similar way to install it in a GitHub Actions or Appveyor build using Windows Server 2019 or 2022?
Edited to add the following so as to clean up "suggested" non answer.
Neither vcpkg nor Chocolatey have an Azure Sign Tool Package. Somebody on this project please tell me how to install it on GitHub Actions or Appveyor VMs.
All reactions