Skip to content

Commit

Permalink
no msbuild, it's ok.
Browse files Browse the repository at this point in the history
  • Loading branch information
vddCore authored Nov 12, 2023
1 parent ee3af79 commit f46bcde
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-frontend-with-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
with:
dotnet-version: 7.x

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.0.2

- name: Restore solution
run: msbuild $Solution_Name -t:Restore -p:Configuration=$Configuration
run: dotnet restore -c $Configuration
env:
Configuration: ${{ matrix.configuration }}

Expand Down

0 comments on commit f46bcde

Please sign in to comment.