Skip to content

Commit

Permalink
revert pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymGorn committed Aug 4, 2024
1 parent 72a8577 commit 94c15b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# - name: Restore dependencies
# run: dotnet restore
# working-directory: src/Cropper.Blazor/Cropper.Blazor
- name: Restore dependencies
run: dotnet restore
working-directory: src/Cropper.Blazor/Cropper.Blazor

- name: Restore dotnet tool
run: dotnet tool restore
working-directory: src/Cropper.Blazor/Cropper.Blazor

# - name: Build
# run: dotnet build -c Release --no-restore
# working-directory: src/Cropper.Blazor/Cropper.Blazor
- name: Build
run: dotnet build -c Release --no-restore
working-directory: src/Cropper.Blazor/Cropper.Blazor

- name: Pack package
run: dotnet pack -c Release
Expand Down

0 comments on commit 94c15b7

Please sign in to comment.