Merge pull request 'Refactored pipeline to use the correct solution name' (#3) from migration into master
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
+2
-2
@@ -7,13 +7,13 @@ steps:
|
||||
- name: dotnet-build
|
||||
image: mcr.microsoft.com/dotnet/sdk:10.0
|
||||
commands:
|
||||
- dotnet restore LiteCharms.slnx
|
||||
- dotnet restore LiteCharmsShop.slnx
|
||||
- dotnet build LiteCharms.slnx -c Release
|
||||
|
||||
- name: dotnet-test
|
||||
image: mcr.microsoft.com/dotnet/sdk:10.0
|
||||
commands:
|
||||
- dotnet restore LiteCharms.slnx
|
||||
- dotnet restore LiteCharmsShop.slnx
|
||||
- dotnet test LiteCharms.slnx -c Release --no-restore
|
||||
|
||||
trigger:
|
||||
|
||||
Reference in New Issue
Block a user