diff --git a/eng/mgmt/Directory.Build.Mgmt.props b/eng/mgmt/Directory.Build.Mgmt.props index 759e6d5aeaa6e..d25dd7e7b9810 100644 --- a/eng/mgmt/Directory.Build.Mgmt.props +++ b/eng/mgmt/Directory.Build.Mgmt.props @@ -1,11 +1,13 @@  - 0.10.0 + 0.12.0-dev.20190718.1 $(RepoRoot)\restoredPackages\microsoft.internal.netsdkbuild.mgmt.tools\$(PkgVersion)\Sdk + - + true diff --git a/eng/pipelines/mgmt.yml b/eng/pipelines/mgmt.yml index ad3823bef6868..de5bd9e65cd3e 100644 --- a/eng/pipelines/mgmt.yml +++ b/eng/pipelines/mgmt.yml @@ -10,6 +10,7 @@ variables: msBuildLogDir: msbuildlogs loggingArgs: '/clp:ShowtimeStamp /flp:LogFile=$(msBuildLogDir)/msbuild.normal.log;Verbosity=normal /flp1:Summary;Verbosity=minimal;LogFile=$(msBuildLogDir)/msbuild.sum.log /flp2:warningsonly;logfile=$(msBuildLogDir)/msbuild.wrn.log /flp3:errorsonly;logfile=$(msBuildLogDir)/msbuild.err.log' RPScopeArgs: '/p:PullRequestNumber=$(system.pullrequest.pullrequestnumber) /p:RepoHtmlUrl=https://github.com/$(build.repository.id) /p:CIBuildId=$(OfficialBuildId)' + timeoutInMinutes: 120 jobs: - template: templates/jobs/archetype-sdk-mgmt.yml diff --git a/sdk/mgmtcommon/AzSdk.RP.props b/sdk/mgmtcommon/AzSdk.RP.props new file mode 100644 index 0000000000000..39645fa6dc051 --- /dev/null +++ b/sdk/mgmtcommon/AzSdk.RP.props @@ -0,0 +1,7 @@ + + + + + $(PackageTags);$(CommonTags);$(AzureApiTag); + + \ No newline at end of file diff --git a/sdk/mgmtcommon/ClientRuntime/Tests/ClientRuntime.FullDesktop.Tests/ClientRuntime.FullDesktop.Tests.csproj b/sdk/mgmtcommon/ClientRuntime/Tests/ClientRuntime.FullDesktop.Tests/ClientRuntime.FullDesktop.Tests.csproj index abdd1cbd204e8..72e210227a18c 100644 --- a/sdk/mgmtcommon/ClientRuntime/Tests/ClientRuntime.FullDesktop.Tests/ClientRuntime.FullDesktop.Tests.csproj +++ b/sdk/mgmtcommon/ClientRuntime/Tests/ClientRuntime.FullDesktop.Tests/ClientRuntime.FullDesktop.Tests.csproj @@ -2,6 +2,9 @@ net452 + + false + diff --git a/sdk/mgmtcommon/ClientRuntime/Tests/ClientRuntime.NetCore.Tests/ClientRuntime.NetCore.Tests.csproj b/sdk/mgmtcommon/ClientRuntime/Tests/ClientRuntime.NetCore.Tests/ClientRuntime.NetCore.Tests.csproj index a2c3d74040440..7bb7bebf17651 100644 --- a/sdk/mgmtcommon/ClientRuntime/Tests/ClientRuntime.NetCore.Tests/ClientRuntime.NetCore.Tests.csproj +++ b/sdk/mgmtcommon/ClientRuntime/Tests/ClientRuntime.NetCore.Tests/ClientRuntime.NetCore.Tests.csproj @@ -7,36 +7,34 @@ Microsoft AutoRest ClientRuntime REST - netcoreapp2.0 + netcoreapp2.0 + + + - - - - + + - - - - - - - - - - + + + + + + diff --git a/sdk/mgmtcommon/ClientRuntime/Tests/TestCommon/ClientRuntime.Test.Common.csproj b/sdk/mgmtcommon/ClientRuntime/Tests/TestCommon/ClientRuntime.Test.Common.csproj index 7057a922fb91a..8fc9a8b4b08ce 100644 --- a/sdk/mgmtcommon/ClientRuntime/Tests/TestCommon/ClientRuntime.Test.Common.csproj +++ b/sdk/mgmtcommon/ClientRuntime/Tests/TestCommon/ClientRuntime.Test.Common.csproj @@ -9,13 +9,12 @@ - - - + + diff --git a/tools/LocalNugetFeed/Microsoft.Internal.NetSdkBuild.Mgmt.Tools.0.10.0.nupkg b/tools/LocalNugetFeed/Microsoft.Internal.NetSdkBuild.Mgmt.Tools.0.10.0.nupkg deleted file mode 100644 index bca9db748d989..0000000000000 Binary files a/tools/LocalNugetFeed/Microsoft.Internal.NetSdkBuild.Mgmt.Tools.0.10.0.nupkg and /dev/null differ diff --git a/tools/LocalNugetFeed/Microsoft.Internal.NetSdkBuild.Mgmt.Tools.0.12.0-dev.20190718.1.nupkg b/tools/LocalNugetFeed/Microsoft.Internal.NetSdkBuild.Mgmt.Tools.0.12.0-dev.20190718.1.nupkg new file mode 100644 index 0000000000000..820a8130ef0e9 Binary files /dev/null and b/tools/LocalNugetFeed/Microsoft.Internal.NetSdkBuild.Mgmt.Tools.0.12.0-dev.20190718.1.nupkg differ