File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "FSharp.fsiExtraParameters" : [
3- " --compilertool:C:/Users/leko.tomas/source/DependencyManager.FsProj/.depman-fsproj/.store/depman-fsproj/0.2.8/depman-fsproj/0.2.8/tools/net8.0/any"
4- ],
52 "yaml.schemas" : {
63 "https://json.schemastore.org/github-workflow.json" : " .github/workflows/build.yml"
74 },
Original file line number Diff line number Diff line change 1- [xml ]$buildProps = Get-Content - Path " .\ Directory.Build.props"
1+ [xml ]$buildProps = Get-Content - Path " Directory.Build.props"
22$version = $buildProps.Project.PropertyGroup.Version
33$nupkg = " .nupkg"
44$toolPath = " .depman-fsproj"
55Remove-Item - Recurse - ErrorAction SilentlyContinue $nupkg
66Remove-Item - Recurse - ErrorAction SilentlyContinue $toolPath
77dotnet pack - o $nupkg
88dotnet tool install -- tool- path $toolPath -- add-source $nupkg -- ignore- failed- sources -- version $version depman- fsproj
9- & $toolPath \ depman-fsproj.exe
9+ & $toolPath / depman- fsproj
You can’t perform that action at this time.
0 commit comments