chore: update workflow, project properties, and source link package.
This commit is contained in:
@@ -15,6 +15,10 @@ jobs:
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: 10.0.x
|
||||
- name: Install PowerShell
|
||||
uses: PSModule/install-powershell@v1
|
||||
with:
|
||||
Version: 7.6.0
|
||||
- name: Determine version
|
||||
id: version
|
||||
run: pwsh -File scripts/determine-version.ps1 -Branch main | tee -a $env:GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user