From c1160913bc73ebd11c3e38e23788cc011ea8c7c8 Mon Sep 17 00:00:00 2001 From: Mads Kristensen Date: Mon, 20 Dec 2021 12:37:10 -0800 Subject: [PATCH] Removed test from CI script [release] --- .github/workflows/build.yaml | 8 ++++---- src/source.extension.cs | 2 +- src/source.extension.vsixmanifest | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5c6c688..d800e7f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -41,11 +41,11 @@ jobs: - name: Build run: msbuild /v:m -restore /p:OutDir=../_built - - name: Setup test - uses: darenm/Setup-VSTest@v1 + #- name: Setup test + # uses: darenm/Setup-VSTest@v1 - - name: Test - run: vstest.console.exe _built\*test.dll + #- name: Test + # run: vstest.console.exe _built\*test.dll - name: Upload artifact uses: actions/upload-artifact@v2 diff --git a/src/source.extension.cs b/src/source.extension.cs index bbfb7a6..9d2440d 100644 --- a/src/source.extension.cs +++ b/src/source.extension.cs @@ -11,7 +11,7 @@ internal sealed partial class Vsix public const string Name = "Add New File (64-bit)"; public const string Description = @"The fastest and easiest way to add new files to any project - including files that start with a dot"; public const string Language = "en-US"; - public const string Version = "4.0"; + public const string Version = "4.1"; public const string Author = "Mads Kristensen"; public const string Tags = "file, add, template"; } diff --git a/src/source.extension.vsixmanifest b/src/source.extension.vsixmanifest index e651736..34a2126 100644 --- a/src/source.extension.vsixmanifest +++ b/src/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Add New File (64-bit) The fastest and easiest way to add new files to any project - including files that start with a dot https://github.com/madskristensen/AddAnyFile