Update Release Build.yml for Azure Pipelines

This commit is contained in:
Jared Goodwin 2023-04-27 11:31:16 -07:00
parent 0edbf4de3a
commit a044c83c99

View File

@ -138,8 +138,10 @@ jobs:
- task: DotNetCoreCLI@2
displayName: dotnet test
inputs:
command: test
projects: Tests\Tests.csproj
command: 'test'
projects: |
**\Server.Tests.csproj
**\Shared.Tests.csproj
- task: PowerShell@2
displayName: Create Code Signing Cert