Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update core nuspecs #763

Merged
merged 15 commits into from
Nov 22, 2018
Prev Previous commit
Next Next commit
shell
  • Loading branch information
Oren Novotny committed Nov 22, 2018
commit f19c5b4b66f98fde1802e994307ee9f9d0155923
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ steps:
mkdir $(Build.ArtifactStagingDirectory)\Packages
mkdir $(Build.ArtifactStagingDirectory)\Logs
$version = .\nbgv get-version -f json | ConvertFrom-Json
gci .\NuSpecs\*.nuspec | %{ dotnet pack .\src\Humanizer\Humanizer.csproj --no-build -o $(Build.ArtifactStagingDirectory)\Packages /bl:$(Build.ArtifactStagingDirectory)\logs\[System.IO.Path]::GetFileNameWithoutExtension($_).binlog /p:NuspecFile=$_.FullName /p:NuspecBasePath=..\ /p:NuspecProperties="version=$($version.NuGetPackageVersion);RepositoryType=git;RepositoryCommit=$($version.GitCommitId);RepositoryUrl=https://github.com/Humanizr/Humanizer" }
gci .\NuSpecs\*.nuspec | %{ dotnet pack .\src\Humanizer\Humanizer.csproj --no-build -o $(Build.ArtifactStagingDirectory)\Packages /bl:$(Build.ArtifactStagingDirectory)\logs\$([System.IO.Path]::GetFileNameWithoutExtension($_).binlog) /p:NuspecFile=$_.FullName /p:NuspecBasePath=..\ /p:NuspecProperties="version=$($version.NuGetPackageVersion);RepositoryType=git;RepositoryCommit=$($version.GitCommitId);RepositoryUrl=https://github.com/Humanizr/Humanizer" }
displayName: Create packages

- task: DotNetCoreCLI@2
Expand Down