Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/msbuild-plugin
  Commit: d9f97046243434a96a216268db286f790ffd6047
      
https://github.com/jenkinsci/msbuild-plugin/commit/d9f97046243434a96a216268db286f790ffd6047
  Author: tilalx <[email protected]>
  Date:   2024-05-06 (Mon, 06 May 2024)

  Changed paths:
    A .github/CODEOWNERS
    A .vscode/settings.json
    M README.md
    A docs/images/jenkins-job-msbuild-old.png
    M docs/images/jenkins-job-msbuild.png
    A docs/images/jenkins-msbuild-1.png
    M docs/images/jenkins-msbuild.png
    M pom.xml
    M src/main/java/hudson/plugins/msbuild/MsBuildBuilder.java
    M src/main/java/hudson/plugins/msbuild/MsBuildInstallation.java
    A src/main/java/hudson/plugins/msbuild/MsBuildInstaller.java
    A src/main/resources/hudson/plugins/msbuild/Messages_de.properties
    M src/main/resources/hudson/plugins/msbuild/Messages_ja.properties
    M src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/config.jelly
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/config_de.properties
    M 
src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/config_fr.properties
    M 
src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/config_ja.properties
    R 
src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/help-defaultArgs.html
    R 
src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/help-defaultArgs_fr.html
    R 
src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/help-defaultArgs_ja.html
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/help-home_de.html
    A src/main/resources/hudson/plugins/msbuild/MsBuildInstaller/config.jelly
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstaller/config_de.properties
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstaller/config_fr.properties
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstaller/config_ja.properties
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstaller/help-additionalArguments.html
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstaller/help-selectedVersion.html
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstaller/help-vsconfig.html
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstaller/help-vsconfig_de.html
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstaller/help-vsconfig_fr.html
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstaller/help-vsconfig_ja.html
    M src/test/java/hudson/plugins/msbuild/MsBuildInstallationTest.java

  Log Message:
  -----------
  Add autoinstall feature to MSBuild


  Commit: 6544700c19bb2742c4b6b62505a3f07744657081
      
https://github.com/jenkinsci/msbuild-plugin/commit/6544700c19bb2742c4b6b62505a3f07744657081
  Author: tilalx <[email protected]>
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
    A .github/release-drafter.yml

  Log Message:
  -----------
  add release drafter


  Commit: 7215540ccce6dc1351338c98f97b7254ed2a4c01
      
https://github.com/jenkinsci/msbuild-plugin/commit/7215540ccce6dc1351338c98f97b7254ed2a4c01
  Author: tilalx <[email protected]>
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
    M README.md
    R docs/images/jenkins-job-msbuild-old.png
    M docs/images/jenkins-job-msbuild.png
    R docs/images/jenkins-msbuild-1.png
    M docs/images/jenkins-msbuild.png

  Log Message:
  -----------
  updating documentation


  Commit: c8d4d9d0267ebf3839cba1b16767a5d3252e39cd
      
https://github.com/jenkinsci/msbuild-plugin/commit/c8d4d9d0267ebf3839cba1b16767a5d3252e39cd
  Author: tilalx <[email protected]>
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  refactor pom.xml


  Commit: 607d4461470a27f52904d5fd81a89e0b21498de4
      
https://github.com/jenkinsci/msbuild-plugin/commit/607d4461470a27f52904d5fd81a89e0b21498de4
  Author: tilalx <[email protected]>
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
    M src/main/java/hudson/plugins/msbuild/MSBuildConsoleAnnotator.java
    M src/main/java/hudson/plugins/msbuild/MSBuildErrorNote.java
    M src/main/java/hudson/plugins/msbuild/MSBuildWarningNote.java
    M src/main/java/hudson/plugins/msbuild/MsBuildBuilder.java
    M src/main/java/hudson/plugins/msbuild/MsBuildInstallation.java
    M src/main/java/hudson/plugins/msbuild/MsBuildInstaller.java
    M src/main/java/hudson/plugins/msbuild/MsBuildKillingVeto.java
    M src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/config.jelly
    M 
src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/config_fr.properties
    M 
src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/config_ja.properties
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/help-defaultArgs.html
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/help-defaultArgs_de.html
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/help-defaultArgs_fr.html
    A 
src/main/resources/hudson/plugins/msbuild/MsBuildInstallation/help-defaultArgs_ja.html
    M src/test/java/hudson/plugins/msbuild/MsBuildInstallationTest.java

  Log Message:
  -----------
  refactor the Installer and readding the tool default arguments


  Commit: 3c0d77022fea82a0dae0d4a4e8b79ebf153537ca
      
https://github.com/jenkinsci/msbuild-plugin/commit/3c0d77022fea82a0dae0d4a4e8b79ebf153537ca
  Author: tilalx <[email protected]>
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  add /.vscode to gitignore


  Commit: c3ab4cfec2d37e1cbd6cd7600d274f535826003e
      
https://github.com/jenkinsci/msbuild-plugin/commit/c3ab4cfec2d37e1cbd6cd7600d274f535826003e
  Author: Tilo Alexander <[email protected]>
  Date:   2024-05-09 (Thu, 09 May 2024)

  Changed paths:
    R .vscode/settings.json

  Log Message:
  -----------
  Delete .vscode directory


Compare: 
https://github.com/jenkinsci/msbuild-plugin/compare/2763d63b186a...c3ab4cfec2d3

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/msbuild-plugin/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/msbuild-plugin/push/refs/heads/master/2763d6-c3ab4c%40github.com.

Reply via email to