Skip to content

Commit 284223b

Browse files
committed
Update workflows and azurite in publish
1 parent 64f4113 commit 284223b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717

1818
env:
1919
DOTNET_NOLOGO: true
20+
VersionPrefix: 42.42.${{ github.run_number }}
21+
VersionLabel: ${{ github.ref }}
2022

2123
defaults:
2224
run:
@@ -54,7 +56,7 @@ jobs:
5456
fetch-depth: 0
5557

5658
- name: 🙏 build
57-
run: dotnet build -m:1 -p:VersionLabel="$GITHUB_REF.$GITHUB_RUN_NUMBER"
59+
run: dotnet build -m:1
5860

5961
- name: ⚙ GNU grep
6062
if: matrix.os == 'macOS-latest'
@@ -71,7 +73,7 @@ jobs:
7173
uses: ./.github/workflows/test
7274

7375
- name: 📦 pack
74-
run: dotnet pack -m:1 -p:VersionLabel="$GITHUB_REF.$GITHUB_RUN_NUMBER"
76+
run: dotnet pack -m:1
7577

7678
# Only push CI package to sleet feed if building on ubuntu (fastest)
7779
- name: 🚀 sleet

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: ⚙ azurite
2828
run: |
29-
npm install azurite@3.17.1
29+
npm install azurite@3.20.1
3030
npx azurite &
3131
3232
- name: 🧪 test

0 commit comments

Comments
 (0)