From 3ab13f8be95b4aa64cefd74eeed39ffc2f1a5150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=20Wyman=20=E2=88=9E?= Date: Thu, 2 Mar 2017 09:48:59 -0500 Subject: [PATCH] Renamed Microsoft.Alm to GitCredentialManager.sln --- Microsoft.Alm.sln => GitCredentialManager.sln | 0 appveyor.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Microsoft.Alm.sln => GitCredentialManager.sln (100%) diff --git a/Microsoft.Alm.sln b/GitCredentialManager.sln similarity index 100% rename from Microsoft.Alm.sln rename to GitCredentialManager.sln diff --git a/appveyor.yml b/appveyor.yml index 617a9ea..d69a25c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ before_build: - nuget restore build_script: - - msbuild "Microsoft.Alm.sln" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /consoleloggerparameters:Verbosity=minimal /maxcpucount /nodeReuse:true /target:"Build" /property:Configuration="%configuration%";Platform="%platform%";RunCodeAnalysis=true + - msbuild "GitCredentialManager.sln" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /consoleloggerparameters:Verbosity=minimal /maxcpucount /nodeReuse:true /target:"Build" /property:Configuration="%configuration%";Platform="%platform%";RunCodeAnalysis=true test: assemblies: