Skip to content

Commit

Permalink
Update CI to pick up code_drop
Browse files Browse the repository at this point in the history
  • Loading branch information
corbob committed Mar 7, 2024
1 parent 619cc2a commit 3c9d8ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ jobs:
with:
name: build-results
path: |
Output\**
code_drop/Chocolatey-AU/**
code_drop/*.nupkg
code_drop/*.7z
code_drop/test.results.xml
5 changes: 4 additions & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ object ChocolateyAU : BuildType({
name = "Build"

artifactRules = """
+:Output/**
+:code_drop/Chocolatey-AU/**
+:code_drop/*.nupkg
+:code_drop/*.7z
+:code_drop/test.results.xml
""".trimIndent()

params {
Expand Down

0 comments on commit 3c9d8ff

Please sign in to comment.