feat(ci): bring back 10s builds 😢
This commit is contained in:
parent
1ed03a2a79
commit
f759602120
|
|
@ -16,14 +16,8 @@ jobs:
|
||||||
- uses: actions/setup-dotnet@v3
|
- uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: 7.0
|
dotnet-version: 7.0
|
||||||
|
|
||||||
- name: Restore dependencies
|
|
||||||
run: dotnet restore
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --no-restore
|
|
||||||
|
|
||||||
- name: Publish
|
|
||||||
run: dotnet publish --no-self-contained -c ${{ matrix.configuration }} -r win-x64
|
run: dotnet publish --no-self-contained -c ${{ matrix.configuration }} -r win-x64
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue