diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 6f284c2..0ae5464 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -16,6 +16,8 @@ jobs: with: vs-version: '[17,18)' + - run: msbuild /t:Restore VSIXInteropFormsToolkit.sln + - name: Build app for release run: msbuild /p:Configuration=Release /p:DeployExtension=false VSIXInteropFormsToolkit.sln