Skip to content

Commit

Permalink
(build) Remove artifactRules
Browse files Browse the repository at this point in the history
These explicit entries are no longer required, as it is handled by the Recipe.
  • Loading branch information
gep13 authored Apr 3, 2024
1 parent 4b532f4 commit 5e016a5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ object ChocolateyGUI : BuildType({
name = "Chocolatey GUI (Built with Unit Tests)"

artifactRules = """
code_drop/MsBuild.log
code_drop/MSBuild.msi.log
code_drop/ChocolateyGUI.msi
code_drop/TestResults/issues-report.html
code_drop/Packages/**/*.nupkg
""".trimIndent()

params {
Expand Down Expand Up @@ -92,11 +87,6 @@ object ChocolateyGUISchd : BuildType({
name = "Chocolatey GUI (Scheduled Integration Testing)"

artifactRules = """
code_drop/MsBuild.log
code_drop/MSBuild.msi.log
code_drop/ChocolateyGUI.msi
code_drop/TestResults/issues-report.html
code_drop/Packages/**/*.nupkg
""".trimIndent()

params {
Expand Down

0 comments on commit 5e016a5

Please sign in to comment.