|
|
|
@ -29,6 +29,7 @@ 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
|
|
|
|
@ -340,6 +341,8 @@ 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:
|
|
|
|
|