Skip to content

Commit

Permalink
Upgrade Cli to Dotnet 7 (#1816)
Browse files Browse the repository at this point in the history
* Updating csproj files to dotnet 6

* net6 upgrade with pipeline update

* Updated packages to be compatible versions with dotnet 6

* Update dockerfile to install dotnet 6 sdk

* Skip self containing check

* Updated all ms extensions pkg version

* Update mcmaster command line utils in autoUpdater

* Update oryx cli from mcmaster to system commandline

* Nit

* Updated for telemetry command

* updated to test oryx cli

* Update to dotnet 7

* Update pipeline to net 7

* Update serviceProvider and commandbase

* Update detector signproj to net7

* update runtime version to 7

* Fixed inaccessible embedded resourcess

* Nit fix

* Added readme to explain the new structure of cli

* Bump werkzeug in /tests/SampleApps/python/microblog (#1854)

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.3 to 0.15.5.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@0.15.3...0.15.5)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump django in /tests/SampleApps/python/django-regex-example-app (#1874)

Bumps [django](https://github.com/django/django) from 3.2.16 to 3.2.17.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@3.2.16...3.2.17)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update testConsole

* Nit fix

* Update autoUpdater

* AutoUpdater change naming to suppress error

* Nit change

* Fix AutoUpdater linting issue

* Fixing testConsole errors

* Removed custom version output and its related tests

* Updated OptionTemplates

* Fix exit code error

* Remove temp local test settings

* Passed console into InvokeAsync

* Fix test

* Updated test

* Test fix

* Fix sourceDir, version, and test issues

* Removed autoUpdater and modified readme

* Nit

* Fix platforms command

* Nit

* Nit fix

* Build fix

* Address comments

* Build fix

* Suppress XML warnings

* Address comments

* Nit

* Fixed BuildCommand setting obselete options

* Update automation agent os to ubuntu latest

* Added pipeline to push img to test env acr

* Test Acr yaml name change

* Fix test acr yaml template

* Fix test acr yaml template

* Fix acr yaml stages

* fix parameter

* Fix build issue on test pipeline

* Temporary fix for uploading img

* Copy img from nightly to acr

* Nit fix

* Added nightly tag parameter

* Nit

* Nit change

* Nit change

* Fix shell script array

* Try changing to bash insteawd of script

* Remove variables

* Test parameters settings

* Change parameter settings

* Nit

* Nit change parameters

* Change script to bash

* Change loop in yaml

* Nit

* Nit change

* Loop fix

* Fixing all loops in new yaml

* Fix copy pipeline

* Fix retag

* Fix auth

* Test ACR login

* Test Auth

* Fix order of acr login

* Fixed mismatch help messages

* Update image list

* Update new image repo

* Fixing typo

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
harryli0108 and dependabot[bot] authored Apr 11, 2023
1 parent 3b71d65 commit 5b10d84
Show file tree
Hide file tree
Showing 100 changed files with 2,426 additions and 1,068 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automationTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
PYTHON_BLOCKED_VERSIONS_ARRAY: ${{ vars.PYTHON_BLOCKED_VERSIONS_ARRAY }}
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ See https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?v
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="7.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="SmartAnalyzers.CSharpExtensions.Annotations" Version="3.11.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.Compilers" Version="3.11.0" >
<PackageReference Include="Microsoft.CodeAnalysis.Compilers" Version="4.4.0" >
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="3.11.0">
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="4.4.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
12 changes: 0 additions & 12 deletions build/tools/AutoUpdater/AutoUpdater.csproj

This file was deleted.

155 changes: 0 additions & 155 deletions build/tools/AutoUpdater/GitHubRunnersCachedImagesCheckCommand.cs

This file was deleted.

178 changes: 0 additions & 178 deletions build/tools/AutoUpdater/ProcessHelper.cs

This file was deleted.

Loading

0 comments on commit 5b10d84

Please sign in to comment.