Skip to content

Commit

Permalink
Update target requirement for TeamCity Agent @ Windows scheduled build.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyKoltsov1997 committed Oct 13, 2023
1 parent 2fb092e commit bf2084f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +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.jvm.os.name", "Windows 10")
contains("teamcity.agent.name", "windows-server-2022")
// contains("teamcity.agent.jvm.os.name", "Windows 10")
}
})

0 comments on commit bf2084f

Please sign in to comment.