removing the testing task

This commit is contained in:
Joseph Flinn 2021-01-19 18:22:27 +00:00
parent e3da2013f2
commit ebdf160378
1 changed files with 0 additions and 9 deletions

View File

@ -111,15 +111,6 @@ jobs:
runs-on: windows-latest
environment: test_ast
steps:
- name: Testing workflow_dispatch input
shell: pwsh
run: |
Write-Host "Version: $($env:RELEASE_TAG_NAME)"
Write-Host "Release Tag Name: $($env:RELEASE_TAG_NAME.TrimStart('v'))"
exit 1
env:
RELEASE_TAG_NAME: ${{ github.event.inputs.release_tag_name }}
- name: Set up dotnet
uses: actions/setup-dotnet@v1
with: