Fixing identation and spaces in a few files.
This commit is contained in:
parent
f27330a09b
commit
bcadd6ff01
3 changed files with 11 additions and 11 deletions
|
@ -115,7 +115,7 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
if (!result.Success)
|
if (!result.Success)
|
||||||
{
|
{
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CurrentPlatform.IsWindows)
|
if (CurrentPlatform.IsWindows)
|
||||||
{
|
{
|
||||||
|
@ -278,7 +278,7 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
// Generate .version file
|
// Generate .version file
|
||||||
var version = buildVersion.NuGetVersion;
|
var version = buildVersion.NuGetVersion;
|
||||||
var content = $@"{c.BuildContext["CommitHash"]}{Environment.NewLine}{version}{Environment.NewLine}";
|
var content = $@"{c.BuildContext["CommitHash"]}{Environment.NewLine}{version}{Environment.NewLine}";
|
||||||
File.WriteAllText(Path.Combine(sdkOutputDirectory, ".version"), content);
|
File.WriteAllText(Path.Combine(sdkOutputDirectory, ".version"), content);
|
||||||
|
|
||||||
return c.Success();
|
return c.Success();
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
namespace Microsoft.DotNet.Configurer
|
namespace Microsoft.DotNet.Configurer
|
||||||
{
|
{
|
||||||
public interface INuGetCachePrimer
|
public interface INuGetCachePrimer
|
||||||
{
|
{
|
||||||
void PrimeCache();
|
void PrimeCache();
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
namespace Microsoft.DotNet.Configurer
|
namespace Microsoft.DotNet.Configurer
|
||||||
{
|
{
|
||||||
public interface INuGetCacheSentinel
|
public interface INuGetCacheSentinel
|
||||||
{
|
{
|
||||||
bool Exists();
|
bool Exists();
|
||||||
|
|
||||||
void CreateIfNotExists();
|
void CreateIfNotExists();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue