Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.55 KB | None | 0 0
  1. <SqlBuildTask PostdeployItem="@(PostDeploy->'%(FullPath)')"
  2. PredeployItem="@(PreDeploy->'%(FullPath)')"
  3. RefactorLog="@(RefactorLog->'%(FullPath)')"
  4. SqlTarget="@(SqlTarget)"
  5.  
  6. ContributorArguments="$(ContributorArguments)"
  7.  
  8. BuildExtensionConfiguration="@(BuildExtensionConfiguration)"
  9. BuildContributors="$(BuildContributors)"
  10. DeploymentExtensionConfiguration="@(DeploymentExtensionConfiguration)"
  11. DeploymentContributors="$(DeploymentContributors)"
  12.  
  13. ConnectionString="$(TargetConnectionString)"
  14. CreateScriptFileName="$(CreateScriptFileName)"
  15. DacApplicationName="$(DacApplicationName)"
  16. DacDescription="$(DacDescription)"
  17. DacFile="@(DacFile)"
  18. DacVersion="$(DacVersion)"
  19. DatabaseName="$(TargetDatabase)"
  20. DatabaseSchemaProviderName="$(DSP)"
  21. DefaultSchema="$(DefaultSchema)"
  22. DeploymentScriptName="$(DeployScriptFileName)"
  23. DeployToDatabase="$(UpdateDatabase)"
  24. GenerateCreateScript="$(GenerateCreateScript)"
  25. GenerateDac="$(GenerateDac)"
  26. ImplicitDllAssemblyName="$(AssemblyName)"
  27. ImplicitDllAssemblyOwner="$(AssemblyOwner)"
  28. ImplicitDllFileName="$(IntermediateTargetFullFileName)"
  29. ImplicitDllSymbolsFileName="$(IntermediateSymbolsFullFileName)"
  30. ImplicitDllGenerateSqlClrDdl="$(GenerateSqlClrDdl)"
  31. ImplicitDllIsVisible="$(IsVisible)"
  32. ImplicitDllPermissionSet="$(PermissionSet)"
  33. IntermediateDirectory="$(GeneratedFilesIntermediatePath)"
  34. ModelCollation="$(ModelCollation)"
  35. OutputDirectory="$(TargetDir)"
  36. PreserveHeaderComments="$(PreserveHeaderComments)"
  37. Source="@(Build->'%(FullPath)')"
  38. SqlCmdVariables="@(SqlCmdVariables)"
  39. SqlReferencePath="@(SqlReferencePath)"
  40. SuppressTSqlWarnings="$(SuppressTSqlWarnings)"
  41. TreatTSqlWarningsAsErrors="$(TreatTSqlWarningsAsErrors)"
  42. ValidateCasingOnIdentifiers="$(ValidateCasingOnIdentifiers)"
  43. CmdLineInMemoryStorage="$(CmdLineInMemoryStorage)"
  44. DefaultCollation="$(DefaultCollation)"
  45. AnsiNullDefault="$(AnsiNullDefault)"
  46. AnsiNulls="$(AnsiNulls)"
  47. AnsiPadding="$(AnsiPadding)"
  48. AnsiWarnings="$(AnsiWarnings)"
  49. ArithAbort="$(ArithAbort)"
  50. ConcatNullYieldsNull="$(ConcatNullYieldsNull)"
  51. QuotedIdentifier="$(QuotedIdentifier)"
  52. NumericRoundAbort="$(NumericRoundAbort)"
  53. RecursiveTriggersEnabled="$(RecursiveTriggersEnabled)"
  54. DatabaseChaining="$(DatabaseChaining)"
  55. DatabaseState="$(DatabaseState)"
  56. UpdateOptions="$(UpdateOptions)"
  57. CloseCursorOnCommitEnabled="$(CloseCursorOnCommitEnabled)"
  58. DefaultCursor="$(DefaultCursor)"
  59. AutoClose="$(AutoClose)"
  60. AutoCreateStatistics="$(AutoCreateStatistics)"
  61. AutoShrink="$(AutoShrink)"
  62. AutoUpdateStatistics="$(AutoUpdateStatistics)"
  63. TornPageDetection="$(TornPageDetection)"
  64. DatabaseAccess="$(DatabaseAccess)"
  65. Recovery="$(Recovery)"
  66. EnableFullTextSearch="$(EnableFullTextSearch)"
  67. DefaultFilegroup="$(DefaultFilegroup)"
  68. Trustworthy="$(Trustworthy)"
  69. AutoUpdateStatisticsAsynchronously="$(AutoUpdateStatisticsAsynchronously)"
  70. PageVerify="$(PageVerify)"
  71. ServiceBrokerOption="$(ServiceBrokerOption)"
  72. DateCorrelationOptimizationOn="$(DateCorrelationOptimizationOn)"
  73. Parameterization="$(Parameterization)"
  74. AllowSnapshotIsolation="$(AllowSnapshotIsolation)"
  75. ReadCommittedSnapshot="$(ReadCommittedSnapshot)"
  76. VardecimalStorageFormatOn="$(VardecimalStorageFormatOn)"
  77. SupplementalLoggingOn="$(SupplementalLoggingOn)"
  78. CompatibilityMode="$(CompatibilityMode)"
  79. DefaultFileStreamFilegroup="$(DefaultFileStreamFilegroup)"
  80. IsChangeTrackingOn="$(IsChangeTrackingOn)"
  81. IsChangeTrackingAutoCleanupOn="$(IsChangeTrackingAutoCleanupOn)"
  82. ChangeTrackingRetentionPeriod="$(ChangeTrackingRetentionPeriod)"
  83. ChangeTrackingRetentionUnit="$(ChangeTrackingRetentionUnit)"
  84. IsEncryptionOn="$(IsEncryptionOn)"
  85. IsBrokerPriorityHonored="$(IsBrokerPriorityHonored)"
  86. Containment="$(Containment)"
  87. DatabaseDefaultLanguage="$(DatabaseDefaultLanguage)"
  88. DatabaseDefaultFulltextLanguage="$(DatabaseDefaultFulltextLanguage)"
  89. IsNestedTriggersOn="$(IsNestedTriggersOn)"
  90. IsTransformNoiseWordsOn="$(IsTransformNoiseWordsOn)"
  91. TwoDigitYearCutoff="$(TwoDigitYearCutoff)"
  92. NonTransactedFileStreamAccess="$(NonTransactedFileStreamAccess)"
  93. FileStreamDirectoryName="$(FileStreamDirectoryName)"
  94. TargetRecoveryTimePeriod="$(TargetRecoveryTimePeriod)"
  95. TargetRecoveryTimeUnit="$(TargetRecoveryTimeUnit)"
  96. DelayedDurability="$(DelayedDurability)"
  97. AutoCreateStatisticsIncremental="$(AutoCreateStatisticsIncremental)"
  98. MemoryOptimizedElevateToSnapshot="$(MemoryOptimizedElevateToSnapshot)"
  99. QueryStoreCaptureMode="$(QueryStoreCaptureMode)"
  100. QueryStoreDesiredState="$(QueryStoreDesiredState)"
  101. QueryStoreFlushInterval="$(QueryStoreFlushInterval)"
  102. QueryStoreStatsInterval="$(QueryStoreStatsInterval)"
  103. QueryStoreMaxPlansPerQuery="$(QueryStoreMaxPlansPerQuery)"
  104. QueryStoreStaleQueryThreshold="$(QueryStoreStaleQueryThreshold)"
  105. QueryStoreMaxStorageSize="$(QueryStoreMaxStorageSize)"
  106. DbScopedConfigLegacyCardinalityEstimation="$(DbScopedConfigLegacyCardinalityEstimation)"
  107. DbScopedConfigLegacyCardinalityEstimationSecondary="$(DbScopedConfigLegacyCardinalityEstimationSecondary)"
  108. DbScopedConfigMaxDOP="$(DbScopedConfigMaxDOP)"
  109. DbScopedConfigMaxDOPSecondary="$(DbScopedConfigMaxDOPSecondary)"
  110. DbScopedConfigParameterSniffing="$(DbScopedConfigParameterSniffing)"
  111. DbScopedConfigParameterSniffingSecondary="$(DbScopedConfigParameterSniffingSecondary)"
  112. DbScopedConfigOptimizerHotfixes="$(DbScopedConfigOptimizerHotfixes)"
  113. DbScopedConfigOptimizerHotfixesSecondary="$(DbScopedConfigOptimizerHotfixesSecondary)"
  114. TemporalHistoryRetentionEnabled="$(TemporalHistoryRetentionEnabled)"
  115. AdditionalDeploymentContributorArguments="$(AdditionalDeploymentContributorArguments)"
  116. AdditionalDeploymentContributors="$(AdditionalDeploymentContributors)"
  117. AllowDropBlockingAssemblies="$(AllowDropBlockingAssemblies)"
  118. AllowIncompatiblePlatform="$(AllowIncompatiblePlatform)"
  119. AllowUnsafeRowLevelSecurityDataMovement="$(AllowUnsafeRowLevelSecurityDataMovement)"
  120. BackupDatabaseBeforeChanges="$(BackupDatabaseBeforeChanges)"
  121. BlockOnPossibleDataLoss="$(BlockOnPossibleDataLoss)"
  122. BlockWhenDriftDetected="$(BlockWhenDriftDetected)"
  123. CommentOutSetVarDeclarations="$(CommentOutSetVarDeclarations)"
  124. CompareUsingTargetCollation="$(CompareUsingTargetCollation)"
  125. CreateNewDatabase="$(CreateNewDatabase)"
  126. DeployDatabaseInSingleUserMode="$(DeployDatabaseInSingleUserMode)"
  127. DisableAndReenableDdlTriggers="$(DisableAndReenableDdlTriggers)"
  128. DoNotAlterChangeDataCaptureObjects="$(DoNotAlterChangeDataCaptureObjects)"
  129. DoNotAlterReplicatedObjects="$(DoNotAlterReplicatedObjects)"
  130. DoNotDropAggregates="$(DoNotDropAggregates)"
  131. DoNotDropApplicationRoles="$(DoNotDropApplicationRoles)"
  132. DoNotDropAssemblies="$(DoNotDropAssemblies)"
  133. DoNotDropAsymmetricKeys="$(DoNotDropAsymmetricKeys)"
  134. DoNotDropAudits="$(DoNotDropAudits)"
  135. DoNotDropBrokerPriorities="$(DoNotDropBrokerPriorities)"
  136. DoNotDropCertificates="$(DoNotDropCertificates)"
  137. DoNotDropClrUserDefinedTypes="$(DoNotDropClrUserDefinedTypes)"
  138. DoNotDropColumnEncryptionKeys="$(DoNotDropColumnEncryptionKeys)"
  139. DoNotDropColumnMasterKeys="$(DoNotDropColumnMasterKeys)"
  140. DoNotDropContracts="$(DoNotDropContracts)"
  141. DoNotDropCredentials="$(DoNotDropCredentials)"
  142. DoNotDropCryptographicProviders="$(DoNotDropCryptographicProviders)"
  143. DoNotDropDatabaseAuditSpecifications="$(DoNotDropDatabaseAuditSpecifications)"
  144. DoNotDropDatabaseRoles="$(DoNotDropDatabaseRoles)"
  145. DoNotDropDatabaseScopedCredentials="$(DoNotDropDatabaseScopedCredentials)"
  146. DoNotDropDatabaseTriggers="$(DoNotDropDatabaseTriggers)"
  147. DoNotDropDefaults="$(DoNotDropDefaults)"
  148. DoNotDropEndpoints="$(DoNotDropEndpoints)"
  149. DoNotDropErrorMessages="$(DoNotDropErrorMessages)"
  150. DoNotDropEventNotifications="$(DoNotDropEventNotifications)"
  151. DoNotDropEventSessions="$(DoNotDropEventSessions)"
  152. DoNotDropExtendedProperties="$(DoNotDropExtendedProperties)"
  153. DoNotDropExternalDataSources="$(DoNotDropExternalDataSources)"
  154. DoNotDropExternalFileFormats="$(DoNotDropExternalFileFormats)"
  155. DoNotDropExternalTables="$(DoNotDropExternalTables)"
  156. DoNotDropFilegroups="$(DoNotDropFilegroups)"
  157. DoNotDropFileTables="$(DoNotDropFileTables)"
  158. DoNotDropFullTextCatalogs="$(DoNotDropFullTextCatalogs)"
  159. DoNotDropFullTextStoplists="$(DoNotDropFullTextStoplists)"
  160. DoNotDropLinkedServerLogins="$(DoNotDropLinkedServerLogins)"
  161. DoNotDropLinkedServers="$(DoNotDropLinkedServers)"
  162. DoNotDropLogins="$(DoNotDropLogins)"
  163. DoNotDropMessageTypes="$(DoNotDropMessageTypes)"
  164. DoNotDropPartitionFunctions="$(DoNotDropPartitionFunctions)"
  165. DoNotDropPartitionSchemes="$(DoNotDropPartitionSchemes)"
  166. DoNotDropPermissions="$(DoNotDropPermissions)"
  167. DoNotDropQueues="$(DoNotDropQueues)"
  168. DoNotDropRemoteServiceBindings="$(DoNotDropRemoteServiceBindings)"
  169. DoNotDropRoleMembership="$(DoNotDropRoleMembership)"
  170. DoNotDropRoutes="$(DoNotDropRoutes)"
  171. DoNotDropRules="$(DoNotDropRules)"
  172. DoNotDropScalarValuedFunctions="$(DoNotDropScalarValuedFunctions)"
  173. DoNotDropSearchPropertyLists="$(DoNotDropSearchPropertyLists)"
  174. DoNotDropSecurityPolicies="$(DoNotDropSecurityPolicies)"
  175. DoNotDropSequences="$(DoNotDropSequences)"
  176. DoNotDropServerAuditSpecifications="$(DoNotDropServerAuditSpecifications)"
  177. DoNotDropServerRoleMembership="$(DoNotDropServerRoleMembership)"
  178. DoNotDropServerRoles="$(DoNotDropServerRoles)"
  179. DoNotDropServerTriggers="$(DoNotDropServerTriggers)"
  180. DoNotDropServices="$(DoNotDropServices)"
  181. DoNotDropSignatures="$(DoNotDropSignatures)"
  182. DoNotDropStoredProcedures="$(DoNotDropStoredProcedures)"
  183. DoNotDropSymmetricKeys="$(DoNotDropSymmetricKeys)"
  184. DoNotDropSynonyms="$(DoNotDropSynonyms)"
  185. DoNotDropTables="$(DoNotDropTables)"
  186. DoNotDropTableValuedFunctions="$(DoNotDropTableValuedFunctions)"
  187. DoNotDropUserDefinedDataTypes="$(DoNotDropUserDefinedDataTypes)"
  188. DoNotDropUserDefinedTableTypes="$(DoNotDropUserDefinedTableTypes)"
  189. DoNotDropUsers="$(DoNotDropUsers)"
  190. DoNotDropViews="$(DoNotDropViews)"
  191. DoNotDropXmlSchemaCollections="$(DoNotDropXmlSchemaCollections)"
  192. DropConstraintsNotInSource="$(DropConstraintsNotInSource)"
  193. DropDmlTriggersNotInSource="$(DropDmlTriggersNotInSource)"
  194. DropExtendedPropertiesNotInSource="$(DropExtendedPropertiesNotInSource)"
  195. DropIndexesNotInSource="$(DropIndexesNotInSource)"
  196. DropObjectsNotInSource="$(DropObjectsNotInSource)"
  197. DropPermissionsNotInSource="$(DropPermissionsNotInSource)"
  198. DropRoleMembersNotInSource="$(DropRoleMembersNotInSource)"
  199. DropStatisticsNotInSource="$(DropStatisticsNotInSource)"
  200. ExcludeAggregates="$(ExcludeAggregates)"
  201. ExcludeApplicationRoles="$(ExcludeApplicationRoles)"
  202. ExcludeAssemblies="$(ExcludeAssemblies)"
  203. ExcludeAsymmetricKeys="$(ExcludeAsymmetricKeys)"
  204. ExcludeAudits="$(ExcludeAudits)"
  205. ExcludeBrokerPriorities="$(ExcludeBrokerPriorities)"
  206. ExcludeCertificates="$(ExcludeCertificates)"
  207. ExcludeClrUserDefinedTypes="$(ExcludeClrUserDefinedTypes)"
  208. ExcludeColumnEncryptionKeys="$(ExcludeColumnEncryptionKeys)"
  209. ExcludeColumnMasterKeys="$(ExcludeColumnMasterKeys)"
  210. ExcludeContracts="$(ExcludeContracts)"
  211. ExcludeCredentials="$(ExcludeCredentials)"
  212. ExcludeCryptographicProviders="$(ExcludeCryptographicProviders)"
  213. ExcludeDatabaseAuditSpecifications="$(ExcludeDatabaseAuditSpecifications)"
  214. ExcludeDatabaseRoles="$(ExcludeDatabaseRoles)"
  215. ExcludeDatabaseScopedCredentials="$(ExcludeDatabaseScopedCredentials)"
  216. ExcludeDatabaseTriggers="$(ExcludeDatabaseTriggers)"
  217. ExcludeDefaults="$(ExcludeDefaults)"
  218. ExcludeEndpoints="$(ExcludeEndpoints)"
  219. ExcludeErrorMessages="$(ExcludeErrorMessages)"
  220. ExcludeEventNotifications="$(ExcludeEventNotifications)"
  221. ExcludeEventSessions="$(ExcludeEventSessions)"
  222. ExcludeExternalDataSources="$(ExcludeExternalDataSources)"
  223. ExcludeExternalFileFormats="$(ExcludeExternalFileFormats)"
  224. ExcludeExternalTables="$(ExcludeExternalTables)"
  225. ExcludeFilegroups="$(ExcludeFilegroups)"
  226. ExcludeFileTables="$(ExcludeFileTables)"
  227. ExcludeFullTextCatalogs="$(ExcludeFullTextCatalogs)"
  228. ExcludeFullTextStoplists="$(ExcludeFullTextStoplists)"
  229. ExcludeLinkedServerLogins="$(ExcludeLinkedServerLogins)"
  230. ExcludeLinkedServers="$(ExcludeLinkedServers)"
  231. ExcludeLogins="$(ExcludeLogins)"
  232. ExcludeMessageTypes="$(ExcludeMessageTypes)"
  233. ExcludePartitionFunctions="$(ExcludePartitionFunctions)"
  234. ExcludePartitionSchemes="$(ExcludePartitionSchemes)"
  235. ExcludeQueues="$(ExcludeQueues)"
  236. ExcludeRemoteServiceBindings="$(ExcludeRemoteServiceBindings)"
  237. ExcludeRoutes="$(ExcludeRoutes)"
  238. ExcludeRules="$(ExcludeRules)"
  239. ExcludeScalarValuedFunctions="$(ExcludeScalarValuedFunctions)"
  240. ExcludeSearchPropertyLists="$(ExcludeSearchPropertyLists)"
  241. ExcludeSecurityPolicies="$(ExcludeSecurityPolicies)"
  242. ExcludeSequences="$(ExcludeSequences)"
  243. ExcludeServerAuditSpecifications="$(ExcludeServerAuditSpecifications)"
  244. ExcludeServerRoleMembership="$(ExcludeServerRoleMembership)"
  245. ExcludeServerRoles="$(ExcludeServerRoles)"
  246. ExcludeServerTriggers="$(ExcludeServerTriggers)"
  247. ExcludeServices="$(ExcludeServices)"
  248. ExcludeSignatures="$(ExcludeSignatures)"
  249. ExcludeStoredProcedures="$(ExcludeStoredProcedures)"
  250. ExcludeSymmetricKeys="$(ExcludeSymmetricKeys)"
  251. ExcludeSynonyms="$(ExcludeSynonyms)"
  252. ExcludeTables="$(ExcludeTables)"
  253. ExcludeTableValuedFunctions="$(ExcludeTableValuedFunctions)"
  254. ExcludeUserDefinedDataTypes="$(ExcludeUserDefinedDataTypes)"
  255. ExcludeUserDefinedTableTypes="$(ExcludeUserDefinedTableTypes)"
  256. ExcludeUsers="$(ExcludeUsers)"
  257. ExcludeViews="$(ExcludeViews)"
  258. ExcludeXmlSchemaCollections="$(ExcludeXmlSchemaCollections)"
  259. GenerateSmartDefaults="$(GenerateSmartDefaults)"
  260. IgnoreAnsiNulls="$(IgnoreAnsiNulls)"
  261. IgnoreAuthorizer="$(IgnoreAuthorizer)"
  262. IgnoreColumnCollation="$(IgnoreColumnCollation)"
  263. IgnoreComments="$(IgnoreComments)"
  264. IgnoreCryptographicProviderFilePath="$(IgnoreCryptographicProviderFilePath)"
  265. IgnoreDdlTriggerOrder="$(IgnoreDdlTriggerOrder)"
  266. IgnoreDdlTriggerState="$(IgnoreDdlTriggerState)"
  267. IgnoreDefaultSchema="$(IgnoreDefaultSchema)"
  268. IgnoreDmlTriggerOrder="$(IgnoreDmlTriggerOrder)"
  269. IgnoreDmlTriggerState="$(IgnoreDmlTriggerState)"
  270. IgnoreExtendedProperties="$(IgnoreExtendedProperties)"
  271. IgnoreFileAndLogFilePath="$(IgnoreFileAndLogFilePath)"
  272. IgnoreFilegroupPlacement="$(IgnoreFilegroupPlacement)"
  273. IgnoreFileSize="$(IgnoreFileSize)"
  274. IgnoreFillFactor="$(IgnoreFillFactor)"
  275. IgnoreFullTextCatalogFilePath="$(IgnoreFullTextCatalogFilePath)"
  276. IgnoreIdentitySeed="$(IgnoreIdentitySeed)"
  277. IgnoreIncrement="$(IgnoreIncrement)"
  278. IgnoreIndexOptions="$(IgnoreIndexOptions)"
  279. IgnoreIndexPadding="$(IgnoreIndexPadding)"
  280. IgnoreKeywordCasing="$(IgnoreKeywordCasing)"
  281. IgnoreLockHintsOnIndexes="$(IgnoreLockHintsOnIndexes)"
  282. IgnoreLoginSids="$(IgnoreLoginSids)"
  283. IgnoreNotForReplication="$(IgnoreNotForReplication)"
  284. IgnoreObjectPlacementOnPartitionScheme="$(IgnoreObjectPlacementOnPartitionScheme)"
  285. IgnorePartitionSchemes="$(IgnorePartitionSchemes)"
  286. IgnorePermissions="$(IgnorePermissions)"
  287. IgnoreQuotedIdentifiers="$(IgnoreQuotedIdentifiers)"
  288. IgnoreRoleMembership="$(IgnoreRoleMembership)"
  289. IgnoreRouteLifetime="$(IgnoreRouteLifetime)"
  290. IgnoreSemicolonBetweenStatements="$(IgnoreSemicolonBetweenStatements)"
  291. IgnoreTableOptions="$(IgnoreTableOptions)"
  292. IgnoreUserSettingsObjects="$(IgnoreUserSettingsObjects)"
  293. IgnoreWhitespace="$(IgnoreWhitespace)"
  294. IgnoreWithNocheckOnCheckConstraints="$(IgnoreWithNocheckOnCheckConstraints)"
  295. IgnoreWithNocheckOnForeignKeys="$(IgnoreWithNocheckOnForeignKeys)"
  296. IncludeCompositeObjects="$(IncludeCompositeObjects)"
  297. IncludeTransactionalScripts="$(IncludeTransactionalScripts)"
  298. NoAlterStatementsToChangeCLRTypes="$(NoAlterStatementsToChangeCLRTypes)"
  299. PopulateFilesOnFileGroups="$(PopulateFilesOnFileGroups)"
  300. RegisterDataTierApplication="$(RegisterDataTierApplication)"
  301. ScriptDatabaseCollation="$(ScriptDatabaseCollation)"
  302. ScriptDatabaseCompatibility="$(ScriptDatabaseCompatibility)"
  303. ScriptDatabaseOptions="$(ScriptDatabaseOptions)"
  304. ScriptDeployStateChecks="$(ScriptDeployStateChecks)"
  305. ScriptFileSize="$(ScriptFileSize)"
  306. ScriptNewConstraintValidation="$(ScriptNewConstraintValidation)"
  307. ScriptRefreshModule="$(ScriptRefreshModule)"
  308. TargetDatabaseName="$(TargetDatabaseName)"
  309. TreatVerificationErrorsAsWarnings="$(TreatVerificationErrorsAsWarnings)"
  310. UnmodifiableObjectWarnings="$(UnmodifiableObjectWarnings)"
  311. VerifyCollationCompatibility="$(VerifyCollationCompatibility)"
  312. VerifyDeployment="$(VerifyDeployment)"
  313. >
  314. <Output TaskParameter="IntermediateFileWrites" ItemName="FileWrites"/>
  315. </SqlBuildTask>
  316.  
  317. On our previous sprint, the build and deploy of the project was working fine. When I did a TFS compare with the previous version there are no major differences.
  318.  
  319. ...UserAccountUsedByTfsBuildAppDataLocalTemp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement