File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1717
1818env :
1919 DOTNET_NOLOGO : true
20+ PackOnBuild : true
21+ GeneratePackageOnBuild : true
2022
2123jobs :
2224 build :
4446 - name : 🙏 build
4547 run : dotnet build -m:1 -p:VersionLabel="$GITHUB_REF.$GITHUB_RUN_NUMBER"
4648
47- - name : 📦 pack
48- run : dotnet pack -m:1 -p:VersionLabel="$GITHUB_REF.$GITHUB_RUN_NUMBER"
49-
5049 - name : 🚀 sleet
5150 env :
5251 SLEET_CONNECTION : ${{ secrets.SLEET_CONNECTION }}
Original file line number Diff line number Diff line change 1010env :
1111 DOTNET_NOLOGO : true
1212 Configuration : Release
13+ PackOnBuild : true
14+ GeneratePackageOnBuild : true
1315
1416jobs :
1517 publish :
4749 - name : 🧪 test
4850 uses : ./.github/workflows/test
4951
50- - name : 📦 pack
51- run : dotnet pack -bl -p:version=${GITHUB_REF#refs/*/v}
52-
5352 - name : 📦 binlog
5453 uses : actions/upload-artifact@v3
5554 if : always()
You can’t perform that action at this time.
0 commit comments