Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved to dotnet 7 and added WebApp Name for WebApplication in IIS deployment #60

Open
wants to merge 41 commits into
base: master
Choose a base branch
from

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    24c3479 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Configuration menu
    Copy the full SHA
    15c7c61 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    43b88ac View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. some updates

    david-x-chen committed May 30, 2022
    Configuration menu
    Copy the full SHA
    bf5ab85 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Added login page

    david-x-chen committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    f12ec0a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Configuration menu
    Copy the full SHA
    f53fd16 View commit details
    Browse the repository at this point in the history
  2. Set up CI with Azure Pipelines

    [skip ci]
    david-x-chen committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    4428b66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86f7196 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from david-x-chen/azure-pipelines

    Set up CI with Azure Pipelines
    david-x-chen authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    a03f4cd View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    d5ba342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5095a89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a66bc64 View commit details
    Browse the repository at this point in the history
  4. changed to new script

    david-x-chen committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    a22562a View commit details
    Browse the repository at this point in the history
  5. minor fix

    david-x-chen committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    9c89734 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e3ceba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6add1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c33578 View commit details
    Browse the repository at this point in the history
  9. made those in one line.

    david-x-chen committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    5d128ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eeefef8 View commit details
    Browse the repository at this point in the history
  11. Changed the package id

    david-x-chen committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    fd1c2ad View commit details
    Browse the repository at this point in the history
  12. updated some fields

    david-x-chen committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    596c7ae View commit details
    Browse the repository at this point in the history
  13. restored one field

    david-x-chen committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    782877b View commit details
    Browse the repository at this point in the history
  14. updated

    david-x-chen committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    27d0430 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    64f7cbf View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    67bdba4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aac594b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from david-x-chen/bug-fixing

    Handled some warnings and fixed the virtual path issue in self-host m…
    david-x-chen authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    8579cb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Minor updates

    david-x-chen committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    189ccfb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from david-x-chen/bug-fixing

    Minor updates
    david-x-chen authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    7db0e95 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    1b12044 View commit details
    Browse the repository at this point in the history
  2. removed console log

    david-x-chen committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    8bd7d57 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from david-x-chen/bug-fixing

    updates for updating base url for web application in iis
    david-x-chen authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    34ca30f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58a4ffa View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from david-x-chen/bug-fixing

    updates for changing base url
    david-x-chen authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    20c36aa View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    ed5b900 View commit details
    Browse the repository at this point in the history
  2. fixes

    david-x-chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    64bf694 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7f0c35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a52c4c6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from david-x-chen/new-dev

    moved to dotnet 7 and added WebAppName for WebApplication in IIS
    david-x-chen authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5f3da73 View commit details
    Browse the repository at this point in the history
  6. fixed the pipeline build

    david-x-chen committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5c01ecd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7 from david-x-chen/new-dev

    fixed the pipeline build
    david-x-chen authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    19e4f20 View commit details
    Browse the repository at this point in the history