Skip to content

Commit

Permalink
lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
na1307 committed May 8, 2024
1 parent 009e40f commit d3e6b8d
Show file tree
Hide file tree
Showing 3 changed files with 1,517 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: MSBuild
uses: microsoft/setup-msbuild@v2
with:
Expand All @@ -36,4 +34,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}.vsix
path: EncodingConverter.VisualStudio/bin/Release/**/*.vsix
path: EncodingConverter.VisualStudio/bin/Release/*.vsix
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<WarningsAsErrors>Nullable</WarningsAsErrors>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<Company>Bluehill</Company>
<Copyright>Copyright © Bluehill 2024</Copyright>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
Expand Down
Loading

0 comments on commit d3e6b8d

Please sign in to comment.