File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
run : nuget restore
29
29
30
30
- name : Publish to folder
31
- run : msbuild /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="\published\"
31
+ run : msbuild our.umbraco.org.sln /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="\published\"
32
32
33
33
- name : Upload artifact for deployment job
34
34
uses : actions/upload-artifact@v4
39
39
deploy :
40
40
runs-on : windows-latest
41
41
needs : build
42
- environment :
43
- name : ' Production'
42
+ environment :
43
+ name : ' Production'
44
44
url : ${{ steps.deploy-to-webapp.outputs.webapp-url }}
45
45
46
46
steps :
56
56
app-name : ' OurUmbraco'
57
57
slot-name : ' Production'
58
58
package : .
59
- publish-profile : ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_0FC17FE9A9734A9DA6B635D58450BF82 }}
59
+ publish-profile : ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_0FC17FE9A9734A9DA6B635D58450BF82 }}
You can’t perform that action at this time.
0 commit comments