Skip to content

Commit

Permalink
Update lookup for Windows-based agent related to the build of TeamCit…
Browse files Browse the repository at this point in the history
…y Docker Images.
  • Loading branch information
AndreyKoltsov1997 committed Oct 13, 2023
1 parent bf2084f commit c7dcf3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object TeamCityScheduledImageBuildWindows : BuildType({

// An implicit Windows 10 requirement has been added in order to prevent DotNet's WebClient internal exception.
requirements {
contains("teamcity.agent.name", "windows-server-2022")
contains("teamcity.agent.name", "teamcity-windows-2022")
// contains("teamcity.agent.jvm.os.name", "Windows 10")
}
})

0 comments on commit c7dcf3a

Please sign in to comment.