Skip to content

Commit e146eaf

Browse files
committed
fixup! Implemented launch profile in the Build project and switched publishing via it
1 parent 61448dc commit e146eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Program.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,12 @@ let push id =
271271
{
272272
p with
273273
Common = { p.Common with WorkingDirectory = packageDir }
274-
SkipDuplicate = true
275274
PushParams = {
276275
p.PushParams
277276
with
278277
ApiKey = Some (Environment.environVar apiKeyVariableName)
279278
Source = source
279+
SkipDuplicate = true
280280
}
281281
}
282282
.WithCommon DotNetCli.setVersion)
@@ -306,7 +306,7 @@ Target.create "PackRelay" <| fun _ -> pack "Server.Relay"
306306
// Run all targets by default. Invoke 'build --target <Target>' to override
307307

308308
Target.create "All" ignore
309-
Target.create "PackAll" ignore
309+
Target.create "PackAndPush" ignore
310310

311311
"Clean"
312312
==> "Restore"

0 commit comments

Comments
 (0)