Skip to content

Commit cc8a632

Browse files
Update main_ourumbraco.yml
1 parent 7587396 commit cc8a632

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main_ourumbraco.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: nuget restore
2929

3030
- 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\"
3232

3333
- name: Upload artifact for deployment job
3434
uses: actions/upload-artifact@v4
@@ -39,8 +39,8 @@ jobs:
3939
deploy:
4040
runs-on: windows-latest
4141
needs: build
42-
environment:
43-
name: 'Production'
42+
environment:
43+
name: 'Production'
4444
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
4545

4646
steps:
@@ -56,4 +56,4 @@ jobs:
5656
app-name: 'OurUmbraco'
5757
slot-name: 'Production'
5858
package: .
59-
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_0FC17FE9A9734A9DA6B635D58450BF82 }}
59+
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_0FC17FE9A9734A9DA6B635D58450BF82 }}

0 commit comments

Comments
 (0)