Skip to content

Commit

Permalink
update net60-aspnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed May 6, 2024
1 parent a5ba03a commit 82956de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/net60-aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
workflow_dispatch:

env:
DOTNET_VERSION: '6.0.x'
SOURCE_CODE_PATH: 'razorpageapp/razorpageapp.csproj'
BUILD_CONFIGURATION: Release

Expand All @@ -31,7 +30,7 @@ jobs:
id: setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
global-json-file: dotnet/global.json

- run: echo '${{ steps.setup.outputs.dotnet-version }}'

Expand Down

0 comments on commit 82956de

Please sign in to comment.