Skip to content

.NET SDK Support 1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 21:09
· 87 commits to main since this release

🚀 New features and improvements

  • JENKINS-67450 - (#86) @Zastai
    This adds two new features:
    • a charset property on commands
      • this may help when the build issues localized messages
      • I could not reproduce the reported issue, so this might not work
    • an unstableIfErrors property on MSBuild commands
      • this causes build errors to mark the build as unstable instead of failed
  • Create links for SYSLIB diagnostics too (#70) @Zastai
  • Add the --vulnerable option for list package. (#61) @Zastai

📦 Dependency updates

📝 Documentation updates

  • Add the --vulnerable option for list package. (#61) @Zastai

👻 Maintenance

🚦 Tests