mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
backed out gitversion from PR
This commit is contained in:
22
.github/workflows/dotnet-core.yml
vendored
22
.github/workflows/dotnet-core.yml
vendored
@@ -19,19 +19,17 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0 #fetch-depth is needed for GitVersion
|
||||
|
||||
- name: Install and calculate the new version with GitVersion
|
||||
uses: gittools/actions/gitversion/setup@v0
|
||||
with:
|
||||
versionSpec: '6.x'
|
||||
includePrerelease: true
|
||||
# - name: Install and calculate the new version with GitVersion
|
||||
# uses: gittools/actions/gitversion/setup@v0
|
||||
# with:
|
||||
# versionSpec: '6.x'
|
||||
# includePrerelease: true
|
||||
|
||||
- name: Determine Version
|
||||
uses: gittools/actions/gitversion/execute@v0
|
||||
with:
|
||||
versionSpec: '6.x'
|
||||
includePrerelease: true
|
||||
useConfigFile: true
|
||||
id: gitversion # step id used as reference for output values
|
||||
# - name: Determine Version
|
||||
# uses: gittools/actions/gitversion/execute@v0
|
||||
# with:
|
||||
# useConfigFile: true
|
||||
# id: gitversion # step id used as reference for output values
|
||||
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v3
|
||||
|
||||
Reference in New Issue
Block a user