dotnet-core-pack Questions
1
I have a build pipeline that is building multiple library files in a single solution. In the YML file I have the following task to package the dlls;
- task: DotNetCoreCLI@2
displayName: 'Create nu...
Orthodox asked 7/7, 2021 at 14:41
4
Solved
So I feel like I have come to the end of the rope here, but hoping someone knows more than I do here. I have some Typescript files, though that is mostly irrelevant as I am having this problem with...
Wellmannered asked 22/3, 2018 at 9:32
2
When using dotnet pack, how do I pass a variable to my nuspec file?
I am trying to pass the version. Here is the nuspec:
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.x...
Scandal asked 26/11, 2018 at 16:32
1
© 2022 - 2024 — McMap. All rights reserved.