Azure / azure-code-signing-action

MIT License
20 stars 5 forks source link

Create ACS action, add versioning workflow, update README #2

Closed japarson closed 1 year ago

japarson commented 1 year ago

Description

The ACS action performs the following steps:

  1. Shuts down the dotnet build server with dotnet build-server shutdown. This is necessary because using dotnet.exe to build the app can lock the file which causes an issue when installing .NET 6.
  2. Installs .NET 6 which is necessary for the Azure Code Signing PowerShell module to execute.
  3. Installs the Azure Code Signing PowerShell module.
  4. Runs Invoke-AzureCodeSigning with user inputs.