Skip to content

Commit

Permalink
Revert "FIX restore ?"
Browse files Browse the repository at this point in the history
This reverts commit fe32722.
  • Loading branch information
Foxlider committed Oct 13, 2024
1 parent fe32722 commit 6418acd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,8 @@ jobs:
with:
dotnet-version: ${{vars.DOTNET_VERSION}}

- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
run: msbuild FASTER /t:Restore /p:Configuration=$env:Configuration
- name: Restore Solution
run: dotnet restore ./FASTER.sln

- name: Build Solution
run: dotnet build ./FASTER.sln --configuration Debug
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,10 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{vars.DOTNET_VERSION}}

- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
run: msbuild FASTER /t:Restore /p:Configuration=$env:Configuration
run: dotnet restore

# Execute all unit tests in the solution
- name: Execute unit tests
Expand Down

0 comments on commit 6418acd

Please sign in to comment.