Skip to content

Commit

Permalink
Test 19
Browse files Browse the repository at this point in the history
  • Loading branch information
tymorrow committed Jun 9, 2024
1 parent 5f73a6d commit a872bbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup MSBuild v1
uses: microsoft/setup-msbuild@v1
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
uses: NuGet/setup-nuget@v2.0.0
- name: Setup MSBuild v1.1
uses: microsoft/[email protected]
- name: Restore Packages
Expand All @@ -30,6 +30,8 @@ jobs:
/p:PackageAsSingleFile=true `
/p:IncludeSetAclProviderOnDestination=False `
/p:AutoParameterizationWebConfigConnectionStrings=False
- name: List
run: Get-ChildItem -Recurse .\dist\
- name: Deploy Application
shell: cmd
run: '"C:/Program Files (x86)/IIS/Microsoft Web Deploy V3/msdeploy.exe" -verb:sync -allowUntrusted -source:package=${{ env.SPHINX_PACKAGE }} -dest:auto,ComputerName="${{ env.SPHINX_DEPLOY_URL }}",UserName="${{ env.SPHINX_USERNAME }}",Password="${{ env.SPHINX_PASSWORD }}",IncludeAcls=False,AuthType=Basic -setParam:name="IIS Web Application Name",value="${{ env.SPHINX_IIS_WEBSITE_NAME }}" -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension'

0 comments on commit a872bbe

Please sign in to comment.