Fixed some step namings in pipelines

This commit is contained in:
Alexandru Macocian
2021-06-01 16:48:21 +02:00
parent 33f0487833
commit df4045dada
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
env:
RuntimeIdentifier: win-${{ matrix.targetplatform }}
- name: Build Daybreak project
- name: Build Slim project
run: dotnet build Daybreak -c $env:Configuration
- name: Push nuget package
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- name: Execute Unit Tests
run: dotnet test $env:Test_Project_Path
- name: Restore the Wpf application to populate the obj folder
- name: Restore Project
run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier
env:
Configuration: Debug