Skip to content

Commit

Permalink
nuget specfic
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleonm committed Nov 19, 2024
1 parent 6a64434 commit 8840038
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'
- name: Clear NuGet cache
run: dotnet nuget locals all --clear
- name: Install NuGet CLI
run: dotnet tool install --global NuGet.CommandLine
# - name: Install dependencies
# run: npm install --prefix ./Code/src/WeatherStationProject.Dashboard.App/ClientApp install --force && dotnet restore ./Code/WeatherStationProjectDashboard.sln
# - name: Build
Expand All @@ -34,7 +38,7 @@ jobs:
with:
file: ./Code/src/WeatherStationProject.Dashboard.App/WeatherStationProject.Dashboard.App.csproj
- name: Set up QEMU
uses: docker/setup-buildx-action@v3
uses: docker/setup-qemu-action@v3
with:
platforms: linux/arm64
- name: Build and push Dashboard
Expand Down

0 comments on commit 8840038

Please sign in to comment.