Skip to content

Commit

Permalink
Merge pull request #7294 from MonoGame/tomspilman-patch-2
Browse files Browse the repository at this point in the history
Fix missing Android nupkg
  • Loading branch information
tomspilman committed Aug 10, 2020
2 parents 8b18152 + 92ad849 commit 065bf30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ object DevelopMac : BuildType({
allowExternalStatus = true
artifactRules = """
Artifacts/**/iOS/**/*.nupkg
Artifacts/**/Android/**/*.nupkg
Artifacts/**/*.mpack
""".trimIndent()
buildNumberPattern = "${Version.depParamRefs.buildNumber}"
Expand Down

0 comments on commit 065bf30

Please sign in to comment.