forked from dotnet/winforms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBuild.xml
More file actions
17 lines (15 loc) · 779 Bytes
/
Build.xml
File metadata and controls
17 lines (15 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Build xmlns="http://wisetechglobal.com/DevTools/Build.xsd" MSBuild="17">
<Solutions>
<Solution Filename="Winforms.sln" />
</Solutions>
<PreBuild>
<Command cacheable="false">powershell.exe -ExecutionPolicy Bypass .\DeploymentSetup.ps1</Command>
</PreBuild>
<DatSettings BuildDeployerType="CargoWiseCloud.Deployment.DotNetNuGetDeployer, CargoWiseCloud.Deployment" BuildDeployerRuntime="DotNet64">
<TestAdapter Type="Dat.Implementation.VSTest.VSTestAdapter, Dat.Implementation.VSTest" />
<DeploymentTargets>
<DeploymentTarget Type="DeployOnDemand" BuildConfiguration="RELEASE" />
<DeploymentTarget Type="DeployOnDemand" BuildConfiguration="RELEASE" DeploymentConfiguration="SAND" IsProduction="false" />
</DeploymentTargets>
</DatSettings>
</Build>