diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index c0f9dcd..9a20604 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -5,7 +5,7 @@ env: on: push: - branches-ignore: + branches-ignore: - 'main' workflow_dispatch: @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up .NET Core uses: actions/setup-dotnet@v5 @@ -25,7 +25,7 @@ jobs: dotnet-version: ${{ env.DOTNET_VERSION }} - name: Set up dependency caching for faster builds - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a5f363..b746b8b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,9 @@ name: Release CI/CD env: - AZURE_WEBAPP_NAME: app-open5etools - AZURE_WEBAPP_PACKAGE_PATH: '.' - DOTNET_VERSION: '10.x' + AZURE_WEBAPP_NAME: app-open5etools + AZURE_WEBAPP_PACKAGE_PATH: '.' + DOTNET_VERSION: '10.x' on: push: @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up .NET Core uses: actions/setup-dotnet@v5 @@ -26,7 +26,7 @@ jobs: dotnet-version: ${{ env.DOTNET_VERSION }} - name: Set up dependency caching for faster builds - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} @@ -37,7 +37,7 @@ jobs: run: dotnet build --configuration Release - name: Run Tests - run: dotnet test --no-restore --verbosity normal + run: dotnet test --no-restore --verbosity normal - name: dotnet publish run: dotnet publish ./src/Open5ETools.Web/Open5ETools.Web.csproj -c Release -o ${{env.DOTNET_ROOT}}/Open5ETools diff --git a/Directory.Packages.props b/Directory.Packages.props index 6169147..2651dfe 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,21 +5,21 @@ - - - - - - - - - - + + + + + + + + + + - + - - + + diff --git a/src/Open5ETools.Infrastructure/Open5ETools.Infrastructure.csproj b/src/Open5ETools.Infrastructure/Open5ETools.Infrastructure.csproj index ff046fe..b125b2d 100644 --- a/src/Open5ETools.Infrastructure/Open5ETools.Infrastructure.csproj +++ b/src/Open5ETools.Infrastructure/Open5ETools.Infrastructure.csproj @@ -5,6 +5,10 @@ + + + + diff --git a/src/Open5ETools.Web/Open5ETools.Web.csproj b/src/Open5ETools.Web/Open5ETools.Web.csproj index b60705f..bd42a05 100644 --- a/src/Open5ETools.Web/Open5ETools.Web.csproj +++ b/src/Open5ETools.Web/Open5ETools.Web.csproj @@ -2,7 +2,7 @@ true true - 1.0.9.0 + 1.0.10.0