Where does Azure Artifacts code get stored in On-Premise solutions?

1.8k Views Asked by At

We have an On-Premise version of TFS 2018. I am interested in utilizing the packages (now Azure Artifacts) feature within TFS. I am wondering where the source code of the packages that are built and deployed gets stored. For example, if I build a version of an NPM package, does that source code live on our on-premise server or somewhere in the cloud?

2

There are 2 best solutions below

2
On

The answer: It depends.

If you publish it to an internal feed, it's stored in your TFS database.

If you publish it to an external feed, it's stored there.

0
On

The source code is present under Code.

1

The artifacts that are generated after building the code is present under Pipelines->Build

2

Click to the build marked red in above.

3

The build view will have the Artifact option to access the build artifacts.

4

You can download the artifacts from above by clicking the three dots.