File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 17
17
18
18
env :
19
19
DOTNET_NOLOGO : true
20
+ PackOnBuild : true
21
+ GeneratePackageOnBuild : true
20
22
21
23
jobs :
22
24
build :
44
46
- name : 🙏 build
45
47
run : dotnet build -m:1 -p:VersionLabel="$GITHUB_REF.$GITHUB_RUN_NUMBER"
46
48
47
- - name : 📦 pack
48
- run : dotnet pack -m:1 -p:VersionLabel="$GITHUB_REF.$GITHUB_RUN_NUMBER"
49
-
50
49
- name : 🚀 sleet
51
50
env :
52
51
SLEET_CONNECTION : ${{ secrets.SLEET_CONNECTION }}
Original file line number Diff line number Diff line change 10
10
env :
11
11
DOTNET_NOLOGO : true
12
12
Configuration : Release
13
+ PackOnBuild : true
14
+ GeneratePackageOnBuild : true
13
15
14
16
jobs :
15
17
publish :
47
49
- name : 🧪 test
48
50
uses : ./.github/workflows/test
49
51
50
- - name : 📦 pack
51
- run : dotnet pack -bl -p:version=${GITHUB_REF#refs/*/v}
52
-
53
52
- name : 📦 binlog
54
53
uses : actions/upload-artifact@v3
55
54
if : always()
You can’t perform that action at this time.
0 commit comments