Question 1 of 120
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
MSBuild “MyProjectName.csproj” /P:Configuration=Release;DeployOnBuild=True
MSBuild “MyProjectName.csproj” /T:Package /P:Configuration=Release;DeployOnBuild=True
MSBuild “MyProjectName.csproj” /T:Package /P:Configuration=Release