mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update Release Build.yml for Azure Pipelines
This commit is contained in:
parent
0edbf4de3a
commit
a044c83c99
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user