Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dei79 authored Aug 28, 2022
1 parent a477118 commit 3aaa5f4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
run: dotnet build --no-restore -c Release CoreHelpers.WindowsAzure.Storage.Table.sln
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1

- name: Test
run: dotnet test --no-restore CoreHelpers.WindowsAzure.Storage.Table.sln -e STORAGE="${{ secrets.XUNIT_CONNECTIONSTRING }}"


- name: Pack Abstraction
run: dotnet pack ./CoreHelpers.WindowsAzure.Storage.Table.Abstraction --configuration Release -p:PackageVersion=${{ steps.get_version.outputs.release_version }} --output .

Expand Down

0 comments on commit 3aaa5f4

Please sign in to comment.