Skip to content

Commit

Permalink
feat(ci/deploy): Update build-test-solution step
Browse files Browse the repository at this point in the history
The 'build-test-solution' step in the deploy-preview workflow has been updated. It now uses the 'Nodsoft/.github/workflows/build-dotnet.yml@main' action.
  • Loading branch information
SakuraIsayeki committed Feb 8, 2024
1 parent 8c758d4 commit 208f3b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
# First: Make sure dev build ran fine.
build-test-solution:
name: Build & Test Solution
uses: ./.github/workflows/dotnet-build.yml
uses: Nodsoft/workflows/.github/workflows/build-dotnet.yml@main
with:
dotnet-version: '8.0'
configuration: 'Preview'

# Build & Package API & Web from 'build-package-api.yml' and 'build-package-web.yml'.
build-package-api:
Expand Down

0 comments on commit 208f3b2

Please sign in to comment.