Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardberger committed Mar 16, 2023
1 parent e29ba4a commit caf8885
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/RedShiftCalibration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
build:
name: Build
runs-on: windows-latest
env:
PROJECT: RedShiftCalibration\RedShiftCalibration\RedShiftCalibration.csproj

steps:
- uses: actions/checkout@v3
Expand All @@ -37,6 +35,6 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore $PROJECT
run: dotnet restore RedShiftCalibration\RedShiftCalibration\RedShiftCalibration.csproj
- name: Build
run: dotnet build --configuration Release --no-restore $PROJECT
run: dotnet build --configuration Release --no-restore RedShiftCalibration\RedShiftCalibration\RedShiftCalibration.csproj

0 comments on commit caf8885

Please sign in to comment.