Skip to content

Commit 29c99fd

Browse files
authored
Reverting the recent addition to the msbuild-example.
1 parent 848482d commit 29c99fd

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

Diff for: msbuild-example/README.md

+1-23
Original file line numberDiff line numberDiff line change
@@ -142,26 +142,4 @@ The following snippet publishes the build-info to Artifactory.
142142
You can read more about the JFrog CLI commands used in the above script [here](https://www.jfrog.com/confluence/display/CLI/CLI+for+JFrog+Artifactory).
143143

144144
## Managing Nuget Packages
145-
Working with NuGet commands are supported by JFrog CLI since version 1.17.0
146-
147-
## Running the Example
148-
### Create NuGet Repositories in Artifactory
149-
* Create a local NuGet repository named *nuget-local*.
150-
* Create a remote NuGet repository named *nuget-remote*.
151-
* Create a virtual NuGet repository named *nuget-virtual*.
152-
* Include *nuget-remote* and *nuget-local* in *nuget-virtual*.
153-
154-
### Build the Solution Using JFrog CLI
155-
```console
156-
We'll run the NuGet restore command to fatch all the solution dependencies.
157-
If you are not located in the same directory as the solution, you may provide the path to the solution
158-
with the --solution-root flag. This flag is optional.
159-
If not provided, CLI and NuGet will try to find the solution within the working directory.
160-
> jfrog rt nuget restore nuget-virtual --solution-root={path to the solution}
161-
162-
You can collect the information for publishing build info by adding the --build.name and --build.number flags for the above command.
163-
> jfrog rt nuget restore nuget-virtual --solution-root={path to the solution} --build.name=nuget-build --build.number=1
164-
165-
For publishing the build info please run the following
166-
> jfrog rt bp nuget-build 1
167-
```
145+
We are currently working on enhancing this solution, so that it also supports resolution, deployment and build-info collection for nuget package. We will update this example when nuget support is released.

0 commit comments

Comments
 (0)