Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Jul 13, 2023
1 parent fd2642e commit 4cfbeba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
echo "Resolved version: $version"
echo "Version=$version" >> $GITHUB_ENV
- run: dotnet restore
- run: dotnet publish --no-restore /p:RoslynatorCliVersion=${{ env.Version }},RoslynatorCliPackageVersion=${{ env.Version }}
- run: dotnet pack --no-build /p:RoslynatorCliVersion=${{ env.Version }},RoslynatorCliPackageVersion=${{ env.Version }}
- run: dotnet publish --no-restore /p:RoslynatorCliVersion=${{ needs.before_build.outputs.version }}
- run: dotnet pack --no-build /p:RoslynatorCliPackageVersion=${{ needs.before_build.outputs.version }}
- uses: actions/upload-artifact@v3
with:
name: nuget_framework_cli
Expand Down Expand Up @@ -81,8 +81,8 @@ jobs:
echo "Resolved version: $version"
echo "Version=$version" >> $GITHUB_ENV
- run: dotnet restore
- run: dotnet build --no-restore /p:RoslynatorCliVersion=${{ env.Version }},RoslynatorCliPackageVersion=${{ env.Version }}
- run: dotnet pack --no-build /p:RoslynatorCliVersion=${{ env.Version }},RoslynatorCliPackageVersion=${{ env.Version }}
- run: dotnet build --no-restore /p:RoslynatorCliVersion=${{ env.Version }}
- run: dotnet pack --no-build /p:RoslynatorCliPackageVersion=${{ env.Version }}
- uses: actions/upload-artifact@v3
with:
name: nuget_core_cli
Expand Down

0 comments on commit 4cfbeba

Please sign in to comment.