Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleonm committed Nov 19, 2024
1 parent 82f8262 commit 299f731
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ 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 Down

0 comments on commit 299f731

Please sign in to comment.