Skip to content

Commit

Permalink
classlibrary1
Browse files Browse the repository at this point in the history
  • Loading branch information
gimlichael committed Apr 14, 2024
1 parent 39e6339 commit f08ee57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
name: Calculate Version
uses: codebeltnet/minver-calculate@main

- name: Download sharedkernel.snk file
- name: Download classlibrary1.snk file
uses: codebeltnet/gcp-download-file@main
with:
serviceAccountKey: ${{ secrets.GCP_TOKEN }}
bucketName: ${{ secrets.GCP_BUCKETNAME }}
objectName: sharedkernel.snk
objectName: classlibrary1.snk

- name: Restore Dependencies
uses: codebeltnet/dotnet-restore@main
Expand Down

0 comments on commit f08ee57

Please sign in to comment.