File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3838- powershell : |
3939 mkdir $(Build.ArtifactStagingDirectory)\Packages
4040 $version = .\nbgv get-version -f json | ConvertFrom-Json
41- dotnet pack .\Microsoft.Security.Application.Encoder\Microsoft.Security.Application.Encoder.csproj --no-build -o $(Build.ArtifactStagingDirectory)\Packages /p:NuspecProperties="version=$($version.NuGetPackageVersion);RepositoryType=git;RepositoryCommit=$($version.GitCommitId);RepositoryUrl=https://github.com/hangy/AntiXSS"
41+ dotnet pack .\Microsoft.Security.Application.Encoder\Microsoft.Security.Application.Encoder.csproj -c $(BuildConfiguration) - -no-build -o $(Build.ArtifactStagingDirectory)\Packages /p:NuspecProperties="version=$($version.NuGetPackageVersion);RepositoryType=git;RepositoryCommit=$($version.GitCommitId);RepositoryUrl=https://github.com/hangy/AntiXSS"
4242 displayName : Create packages
4343
4444- task : DotNetCoreCLI@2
You can’t perform that action at this time.
0 commit comments