Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updating deploy file to use net46 directory (#1722)
  • Loading branch information
stevejgordon authored and BillWagner committed Jan 16, 2017
1 parent a722abf commit 1efcdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.cmd
Expand Up @@ -100,7 +100,7 @@ popd
:: 2c. Publish WebJobs (AllReady.NotificationsWebJob)
echo Publishing AllReady.NotificationsWebJob WebJob
call :ExecuteCmd mkdir "%DEPLOYMENT_TEMP%\app_data\jobs\continuous\notificationsprocessor\"
call :ExecuteCmd xcopy /S "%DEPLOYMENT_SOURCE%\AllReadyApp\AllReady.NotificationsWebJob\bin\debug\net451" "%DEPLOYMENT_TEMP%\app_data\jobs\continuous\notificationsprocessor\"
call :ExecuteCmd xcopy /S "%DEPLOYMENT_SOURCE%\AllReadyApp\AllReady.NotificationsWebJob\bin\debug\net46" "%DEPLOYMENT_TEMP%\app_data\jobs\continuous\notificationsprocessor\"


:: 3. KuduSync
Expand Down

0 comments on commit 1efcdcd

Please sign in to comment.