Skip to content

Commit

Permalink
Update deploy.questions.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishnu-MSFT authored Mar 30, 2020
1 parent ff7569c commit 82d3420
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy.questions.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ call :ExecuteCmd dotnet restore "%DEPLOYMENT_SOURCE%\Source\Microsoft.Teams.Apps
IF !ERRORLEVEL! NEQ 0 goto error
echo building project
:: 2. Build and publish
echo building dataproject
call :ExecuteCmd "%MSBUILD_PATH%" "%DEPLOYMENT_SOURCE%\Source\Microsoft.Teams.Apps.QBot.Data\Microsoft.Teams.Apps.QBot.Data.csproj" /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="%DEPLOYMENT_TEMP%";Configuration=Release;UseSharedCompilation=false /p:SolutionDir="%DEPLOYMENT_SOURCE%\Source\\"
echo building questionsproject
call :ExecuteCmd dotnet publish "%DEPLOYMENT_SOURCE%\Source\QuestionsTabApp\QuestionsTabApp.csproj" --output "%DEPLOYMENT_TEMP%" --configuration Release
IF !ERRORLEVEL! NEQ 0 goto error
Expand Down

0 comments on commit 82d3420

Please sign in to comment.