|
|
|
@ -32,7 +32,6 @@ jobs:
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
fetch-depth: ${{ env.checkoutFetchDepth }}
|
|
|
|
fetch-depth: ${{ env.checkoutFetchDepth }}
|
|
|
|
fetch-tags: true
|
|
|
|
|
|
|
|
- name: 'Get Head Commit Info'
|
|
|
|
- name: 'Get Head Commit Info'
|
|
|
|
id: GetHeadCommitInfo
|
|
|
|
id: GetHeadCommitInfo
|
|
|
|
shell: pwsh
|
|
|
|
shell: pwsh
|
|
|
|
@ -344,8 +343,6 @@ jobs:
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
with:
|
|
|
|
|
|
|
|
fetch-tags: true
|
|
|
|
|
|
|
|
- name: Setup .NET SDK
|
|
|
|
- name: Setup .NET SDK
|
|
|
|
uses: actions/setup-dotnet@v3
|
|
|
|
uses: actions/setup-dotnet@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
|