Skip to content

Commit f79679d

Browse files
webwarrior-wsxperiandri
authored andcommitted
fix(ci): working dir when uploading NuGet packages
To fix errors like: ``` Starting task 'DotNet:nuget:push': ./out/*.nupkg ./out/> "/usr/share/dotnet/dotnet" nuget push --skip-duplicate ./out/*.nupkg --api-key <ApiKey> --source https://api.nuget.org/v3/index.json (In: false, Out: false, Err: false) error: Could not find a part of the path '/home/runner/work/FSharpLint/FSharpLint/out/out'. ```
1 parent 2cc0565 commit f79679d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.fsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ Target.create "Push" (fun _ ->
200200
o with
201201
Common = {
202202
o.Common with
203-
WorkingDirectory = nugetDir
204203
CustomParams = Some "--skip-duplicate"
205204
}
206205
PushParams = {

0 commit comments

Comments
 (0)