diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 59921c2..e821edf 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -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 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fed703d..0131d45 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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