Skip to content

Commit

Permalink
Remove redundant restore
Browse files Browse the repository at this point in the history
  • Loading branch information
rstarkov committed Oct 11, 2024
1 parent 24aecfa commit dfe9849
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
dotnet-version: '8.x'
dotnet-quality: 'ga'

- name: dotnet restore
run: dotnet restore

- name: "dotnet pack: ${{ env.VER_STR }}"
run: dotnet pack Src/RT.TagSoup.csproj --configuration Release -p:InformationalVersion="${{env.VER_STR}}" -p:VersionPrefix=${{env.VER_NUM}} -p:VersionSuffix=${{env.VER_SUF}} -p:FileVersion=${{env.VER_NUM}} -p:AssemblyVersion=${{env.VER_NUM}} -o Publish

Expand Down

0 comments on commit dfe9849

Please sign in to comment.