Skip to content

Commit 815c453

Browse files
committed
reverted to 2.10
1 parent 610401f commit 815c453

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
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
},

publish-locally.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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"
55
Remove-Item -Recurse -ErrorAction SilentlyContinue $nupkg
66
Remove-Item -Recurse -ErrorAction SilentlyContinue $toolPath
77
dotnet pack -o $nupkg
88
dotnet tool install --tool-path $toolPath --add-source $nupkg --ignore-failed-sources --version $version depman-fsproj
9-
& $toolPath\depman-fsproj.exe
9+
& $toolPath/depman-fsproj

0 commit comments

Comments
 (0)