diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f6da30c..ed389d0 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -55,7 +55,7 @@ jobs: - name: Publish MVC App run: > - dotnet publish CmsEngine.Ui/CmsEngine.Ui.csproj + dotnet publish src/CmsEngine.Ui/CmsEngine.Ui.csproj --configuration Release --no-build --output ./publish @@ -66,4 +66,4 @@ jobs: with: name: mvc-app path: publish/ - retention-days: 7 \ No newline at end of file + retention-days: 7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 271978b..1822f36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: - name: Publish MVC App run: > - dotnet publish CmsEngine.Ui/CmsEngine.Ui.csproj + dotnet publish src/CmsEngine.Ui/CmsEngine.Ui.csproj --configuration Release --no-build --output ./publish @@ -95,4 +95,4 @@ jobs: with: name: mvc-app path: publish/ - retention-days: 7 \ No newline at end of file + retention-days: 7 diff --git a/CmsEngine.sln b/CmsEngine.sln index d8c8777..cef87fb 100644 --- a/CmsEngine.sln +++ b/CmsEngine.sln @@ -25,8 +25,8 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{417CF032-20B7-4521-984B-11D57C462BEA}" ProjectSection(SolutionItems) = preProject .github\workflows\build-test.yml = .github\workflows\build-test.yml - preview.yml = preview.yml - release.yml = release.yml + .github\workflows\preview.yml = .github\workflows\preview.yml + .github\workflows\release.yml = .github\workflows\release.yml EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CmsEngine.Tests", "tests\CmsEngine.Tests\CmsEngine.Tests.csproj", "{6F257EAE-CC97-4ADB-A892-452C0404BFAC}"