[build] Skip PDB copy on windows build servers (#3458)

This commit is contained in:
Thad House
2021-06-21 20:56:42 -07:00
committed by GitHub
parent b45572167d
commit 4e1fa03087
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
import org.gradle.internal.os.OperatingSystem
nativeUtils.skipInstallPdb = project.hasProperty('buildServer')
nativeUtils.addWpiNativeUtils()
nativeUtils.withRoboRIO()
nativeUtils.withRaspbian()