File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1717
1818env :
1919 DOTNET_NOLOGO : true
20+ VersionPrefix : 42.42.${{ github.run_number }}
21+ VersionLabel : ${{ github.ref }}
2022
2123defaults :
2224 run :
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'
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments