diff --git a/NuGet.Config b/NuGet.Config
index 4d79bc8e0..120a5daf6 100644
--- a/NuGet.Config
+++ b/NuGet.Config
@@ -5,13 +5,13 @@
-
+
+
-
diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props
index 5ef06e7cf..94c178b8d 100644
--- a/build/DependencyVersions.props
+++ b/build/DependencyVersions.props
@@ -12,15 +12,15 @@
$(CLI_SharedFrameworkVersion)
$(CLI_SharedFrameworkVersion)
1.0.0-beta2-20170503-217
- 1.0.0-beta2-20170503-217
- 1.0.0-beta2-20170503-217
+ 1.0.0-beta2-20170504-221
+ 1.0.0-beta2-20170504-221
2.0.0-preview1-002111
2.0.0-preview1-002111
0.1.0-alpha-142
2.0.0-preview1-65
- timestamped
+ notimestamp
diff --git a/src/dotnet/commands/dotnet-new/NewCommandShim.cs b/src/dotnet/commands/dotnet-new/NewCommandShim.cs
index bc06185cc..6e36fd9c0 100644
--- a/src/dotnet/commands/dotnet-new/NewCommandShim.cs
+++ b/src/dotnet/commands/dotnet-new/NewCommandShim.cs
@@ -29,13 +29,14 @@ namespace Microsoft.DotNet.Tools.New
{
var sessionId = Environment.GetEnvironmentVariable(MSBuildForwardingApp.TelemetrySessionIdEnvironmentVariableName);
var telemetry = new Telemetry(new NuGetCacheSentinel(new CliFallbackFolderPathCalculator()), sessionId);
- var logger = new TelemetryLogger((name, props, measures) =>
- {
- if (telemetry.Enabled)
- {
- telemetry.TrackEvent(name, props, measures);
- }
- });
+ var logger = new TelemetryLogger(null);
+ //(name, props, measures) =>
+ //{
+ // if (telemetry.Enabled)
+ // {
+ // telemetry.TrackEvent(name, props, measures);
+ // }
+ //});
return New3Command.Run(CommandName, CreateHost(), logger, FirstRun, args);
}
diff --git a/test/dotnet-migrate.Tests/NuGet.tempaspnetpatch.config b/test/dotnet-migrate.Tests/NuGet.tempaspnetpatch.config
index 1f41d2665..33b9693d5 100644
--- a/test/dotnet-migrate.Tests/NuGet.tempaspnetpatch.config
+++ b/test/dotnet-migrate.Tests/NuGet.tempaspnetpatch.config
@@ -4,7 +4,8 @@
-
-
+
+
+
\ No newline at end of file
diff --git a/test/dotnet-new.Tests/NuGet.tempaspnetpatch.config b/test/dotnet-new.Tests/NuGet.tempaspnetpatch.config
index 1f41d2665..33b9693d5 100644
--- a/test/dotnet-new.Tests/NuGet.tempaspnetpatch.config
+++ b/test/dotnet-new.Tests/NuGet.tempaspnetpatch.config
@@ -4,7 +4,8 @@
-
-
+
+
+
\ No newline at end of file