36 references to ForwardAs
Microsoft.DotNet.Cli.Definitions (36)
Commands\Build\BuildCommandDefinition.cs (2)
32
}.
ForwardAs
("--target:Rebuild");
38
}.
ForwardAs
("--property:BuildProjectReferences=false");
Commands\Pack\PackCommandDefinition.cs (4)
34
}.
ForwardAs
("-property:NoBuild=true");
40
}.
ForwardAs
("-property:IncludeSymbols=true");
46
}.
ForwardAs
("-property:IncludeSource=true");
52
}.
ForwardAs
("-property:Serviceable=true");
Commands\Package\PackageAddCommandDefinition.cs (1)
31
}.
ForwardAs
("--prerelease");
Commands\Package\PackageListCommandDefinition.cs (7)
23
}.
ForwardAs
("--outdated");
29
}.
ForwardAs
("--deprecated");
35
}.
ForwardAs
("--vulnerable");
48
}.
ForwardAs
("--include-transitive");
54
}.
ForwardAs
("--include-prerelease");
60
}.
ForwardAs
("--highest-patch");
66
}.
ForwardAs
("--highest-minor");
Commands\Package\PackageSearchCommandDefinition.cs (2)
43
}.
ForwardAs
("--exact-match");
51
}.
ForwardAs
("--prerelease");
Commands\Publish\PublishCommandDefinition.cs (1)
39
}.
ForwardAs
("-property:NoBuild=true");
Commands\Restore\RestoreCommandDefinition.cs (4)
38
}.
ForwardAs
("-property:RestorePackagesWithLockFile=true");
44
}.
ForwardAs
("-property:RestoreLockedMode=true");
56
}.
ForwardAs
("-property:RestoreForceEvaluate=true");
129
}.
ForwardAs
("-property:RestoreRecursive=false");
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
102
}.
ForwardAs
("--property:BuildProjectReferences=false");
Commands\Test\TestCommandDefinition.VSTest.cs (4)
24
}.
ForwardAs
("-property:VSTestListTests=true");
72
}.
ForwardAs
("-property:VSTestNoBuild=true");
78
}.
ForwardAs
("-property:BuildProjectReferences=false");
117
}.
ForwardAs
("-property:VSTestBlameHang=true");
Commands\Tool\StoreCommandDefinition.cs (2)
61
}.
ForwardAs
("-property:SkipOptimization=true");
67
}.
ForwardAs
("-property:CreateProfilingSymbols=false");
Common\CommonOptions.cs (3)
195
}.
ForwardAs
("--property:UseCurrentRuntimeIdentifier=True");
228
}.
ForwardAs
("-restore:false");
235
}.
ForwardAs
("-restore");
Common\ImplicitRestoreOptions.cs (5)
42
}.
ForwardAs
("-property:RestoreDisableParallel=true");
56
}.
ForwardAs
("-property:RestoreNoCache=true");
63
}.
ForwardAs
("-property:RestoreNoHttpCache=true");
70
}.
ForwardAs
("-property:RestoreIgnoreFailedSources=true");
77
}.
ForwardAs
("-property:RestoreForce=true");