This commit is contained in:
+2
-2
@@ -8,13 +8,13 @@ steps:
|
||||
image: mcr.microsoft.com/dotnet/sdk:10.0
|
||||
commands:
|
||||
- dotnet restore LiteCharmsShop.slnx
|
||||
- dotnet build LiteCharms.slnx -c Release
|
||||
- dotnet build LiteCharmsShop.slnx -c Release
|
||||
|
||||
- name: dotnet-test
|
||||
image: mcr.microsoft.com/dotnet/sdk:10.0
|
||||
commands:
|
||||
- dotnet restore LiteCharmsShop.slnx
|
||||
- dotnet test LiteCharms.slnx -c Release --no-restore
|
||||
- dotnet test LiteCharmsShop.slnx -c Release --no-restore
|
||||
|
||||
trigger:
|
||||
event: [ pull_request ]
|
||||
|
||||
Reference in New Issue
Block a user