diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f700f48..7e6737b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,15 +40,15 @@ jobs: ./build.ps1 --target=CI - name: Upload Issues-Report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: if-no-files-found: warn name: issues path: code_drop/issues-report.html - name: Upload Packages - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: if-no-files-found: warn name: package - path: code_drop/Packages/**/* \ No newline at end of file + path: code_drop/Packages/**/* diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index 2744e658..196b0a2d 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -18,6 +18,8 @@ object ChocolateyGUI : BuildType({ id = AbsoluteId("ChocolateyGUI") name = "Chocolatey GUI (Built with Unit Tests)" + templates(AbsoluteId("SlackNotificationTemplate")) + artifactRules = """ """.trimIndent() @@ -87,6 +89,8 @@ object ChocolateyGUISchd : BuildType({ id = AbsoluteId("ChocolateyGUISchd") name = "Chocolatey GUI (Scheduled Integration Testing)" + templates(AbsoluteId("SlackNotificationTemplate")) + artifactRules = """ """.trimIndent() @@ -149,6 +153,8 @@ object ChocolateyGUIQA : BuildType({ id = AbsoluteId("ChocolateyGUIQA") name = "Chocolatey GUI (SonarQube)" + templates(AbsoluteId("SlackNotificationTemplate")) + artifactRules = """ """.trimIndent() @@ -213,6 +219,8 @@ object ChocolateyGUISign : BuildType({ id = AbsoluteId("ChocolateyGUISign") name = "Chocolatey GUI (Script Signing)" + templates(AbsoluteId("SlackNotificationTemplate")) + artifactRules = """ """.trimIndent()