Question 1 of 24
Create, configure, and publish a web package
You want to create and deploy a package from the command line. Which command do you use?
MSBuild “MyProjectName.csproj” /T:Package /P:Configuration=Release;DeployOnBuild=True
MSBuild “MyProjectName.csproj” /T:Package /P:Configuration=Release
MSBuild “MyProjectName.csproj” /P:Configuration=Release;DeployOnBuild=True
MSBuild “MyProjectName.csproj” /T:Package