From 89d794988590bbaf87aa804fd65252b49ce6d6a8 Mon Sep 17 00:00:00 2001 From: SupaStuff Date: Tue, 8 Dec 2020 23:38:40 -0500 Subject: [PATCH] cleaned up CI last direct commit to master --- .github/workflows/build-release-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-release-ci.yml b/.github/workflows/build-release-ci.yml index 03d40c4..ebe618f 100644 --- a/.github/workflows/build-release-ci.yml +++ b/.github/workflows/build-release-ci.yml @@ -62,7 +62,6 @@ jobs: shell: pwsh run: | $version=$env:git_tag.substring(1) - echo $version msbuild $env:Project_Name.sln -m /p:Configuration=$env:Configuration,VersionNumber=$version env: Configuration: ${{ matrix.configuration }}