Skip to content

Commit

Permalink
Merge pull request #179 from Checkmarx/fix-version
Browse files Browse the repository at this point in the history
Downgrade dependencies and fix release attachments
  • Loading branch information
tamarleviCm authored Jun 26, 2024
2 parents ff2046d + 736813b commit 39d25e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '**/Release/ast-visual-studio-extension.vsix'

- name: Publish Release
uses: cezarypiatek/VsixPublisherAction@9c6b58b5955df9901a6e9834be1d0a94cd54aeba #1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@
<PackageReference Include="Microsoft.TeamFoundationServer.Client">
<Version>19.225.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.9.37000" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.9.3184">
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.32112.339" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.5240">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down Expand Up @@ -282,4 +282,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 39d25e2

Please sign in to comment.