You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): use SetVsixVersion parameter and standardize output paths (#29)
- Change -p:Version to -p:SetVsixVersion for correct VSIX versioning
- Add OutputPath=bin/$(Configuration)/ to .csproj
- Update artifact paths from bin/Release/net48/ to bin/Release/
- Rename build workflow from release_build_and_deploy.yml to build.yml
- Update publish workflow to reference renamed build.yml
0 commit comments