Skip to content

Commit

Permalink
Update v8-main-pre-release.yml
Browse files Browse the repository at this point in the history
Removed nuget restore task
  • Loading branch information
OwainJ authored May 15, 2024
1 parent 5bebda8 commit e2cacb6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/v8-main-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ jobs:
} else {
$cleanTag = $tag
}
echo "GIT_TAG=$cleanTag" >> $env:GITHUB_ENV
echo "VERSION=$cleanTag" >> $env:GITHUB_ENV
- name: Setup NuGet
uses: NuGet/setup-nuget@v2

- name: Restore Packages
run: nuget restore src/Method4.UmbracoMigrator.Source.sln
- name: Show VERSION
run: echo "VERSION is $env:VERSION"

- name: Pack Core Project
run: dotnet pack src/Method4.UmbracoMigrator.Source.Core/Method4.UmbracoMigrator.Source.Core.csproj -p:PackageVersion=$env:VERSION --configuration Release --output .
Expand Down

0 comments on commit e2cacb6

Please sign in to comment.