From ed0d168f8a73de0935960371fecca6e3c93503db Mon Sep 17 00:00:00 2001 From: Pedro Lopes <83576881+pedrompflopes@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:12:32 +0100 Subject: [PATCH 1/3] Update ast-visual-studio-extension.csproj --- .../ast-visual-studio-extension.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ast-visual-studio-extension/ast-visual-studio-extension.csproj b/ast-visual-studio-extension/ast-visual-studio-extension.csproj index 61dafd7..94ae269 100644 --- a/ast-visual-studio-extension/ast-visual-studio-extension.csproj +++ b/ast-visual-studio-extension/ast-visual-studio-extension.csproj @@ -167,8 +167,8 @@ 19.225.1 - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -282,4 +282,4 @@ --> - \ No newline at end of file + From c6ad55f82fd2b05bf475ed10206c26d7cf2bbd9c Mon Sep 17 00:00:00 2001 From: Pedro Lopes <83576881+pedrompflopes@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:15:43 +0100 Subject: [PATCH 2/3] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad3e101..a41aa6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: tag_name: ${{ inputs.tag }} prerelease: ${{ inputs.dev }} generate_release_notes: true - files: '.\ast-visual-studio-extension\bin\Release\ast-visual-studio-extension.vsix' + files: '**/ast-visual-studio-extension.vsix' - name: Publish Release uses: cezarypiatek/VsixPublisherAction@9c6b58b5955df9901a6e9834be1d0a94cd54aeba #1.0 From 736813bfb8cec9cae9b35ad0402789a1c1c152ab Mon Sep 17 00:00:00 2001 From: Pedro Lopes <83576881+pedrompflopes@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:23:43 +0100 Subject: [PATCH 3/3] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a41aa6f..a77c9f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: tag_name: ${{ inputs.tag }} prerelease: ${{ inputs.dev }} generate_release_notes: true - files: '**/ast-visual-studio-extension.vsix' + files: '**/Release/ast-visual-studio-extension.vsix' - name: Publish Release uses: cezarypiatek/VsixPublisherAction@9c6b58b5955df9901a6e9834be1d0a94cd54aeba #1.0