Skip to content

Commit

Permalink
use cloud build
Browse files Browse the repository at this point in the history
  • Loading branch information
byCrookie committed Dec 11, 2023
1 parent a9d209a commit 88205a0
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,7 @@ jobs:
with:
fetch-depth: 0

- name: Restore
run: dotnet restore

- name: Build
run: dotnet build GithubBackup.sln --configuration Release --no-restore

- name: Get Version
id: nerbank_gitversioning
- name: Nerdbank.GitVersioning
uses: dotnet/nbgv@master

- name: Create Release
Expand All @@ -52,9 +45,9 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'

- name: Nerdbank.GitVersioning
run: nbgv cloud
uses: dotnet/nbgv@master

- name: Restore
run: dotnet restore
Expand Down Expand Up @@ -93,9 +86,9 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'

- name: Nerdbank.GitVersioning
run: nbgv cloud
uses: dotnet/nbgv@master

- name: Restore
run: dotnet restore
Expand Down Expand Up @@ -135,9 +128,9 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'

- name: Nerdbank.GitVersioning
run: nbgv cloud
uses: dotnet/nbgv@master

- name: Restore
run: dotnet restore
Expand Down

0 comments on commit 88205a0

Please sign in to comment.