Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed May 30, 2024
1 parent 1f99871 commit 45e4991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
mkdir vsix
7z x src/GUI/EFCorePowerTools/bin/Release/EFCorePowerTools.vsix -ovsix -y
dir /a:-d /s /b "vsix" | find /c ":\" > filecount.txt
findstr "76" filecount.txt
findstr "75" filecount.txt # 76 files in the vsix before BuildTools update - System.Numerics.Vectors.dll is missing
- name: Move build output
if: github.ref == 'refs/heads/master' && github.repository_owner == 'erikej' && github.event_name == 'push'
Expand Down

0 comments on commit 45e4991

Please sign in to comment.