Remove dotnet
article thumbnail

Microsoft improves code coverage tools

InfoWorld

Microsoft has enhanced its code coverage tools, adding new features to Microsoft.CodeCoverage and introducing dotnet-coverage. Both Microsoft.CodeCoverage and dotnet-coverage can run on any platform supported by.NET, due to the addition of static instrumentation.

article thumbnail

GitHub Action with XM Cloud

Perficient

/Security/Login.ps1" function Create-Project { param ([string]$projectName) $projectList = dotnet sitecore cloud project list --json | ConvertFrom-Json $project = $projectList | Where-Object { $_.name github/workflows/build_DotNet.yml - 'xmcloud.build.json' - 'src/platform/**' - 'src/items/**' jobs: build-dotnet: uses: /.github/workflows/build_DotNet.yml

Cloud 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Setting up Sitecore Content Serialization using CLI (Command Line Interface)

Perficient

The command for local setup dotnet new tool-manifest dotnet tool install Sitecore.Cli --version 2.0.0 --add-source [link] The command for global setup dotnet new tool-manifest dotnet tool install Sitecore.Cli -g --version 2.0.0 --add-source [link] Step 3: Establish the handshake and login to the Sitecore instance.

article thumbnail

Continuous integration with GitOps

CircleCI

apiVersion: apps/v1 kind: Deployment metadata: name: aspnet-sample-app spec: selector: matchLabels: app: aspnet-sample-app replicas: 2 template: metadata: labels: app: aspnet-sample-app spec: containers: - name: aspnet-sample-app-pod image: mcr.microsoft.com/dotnet/samples:aspnetapp. ports: - containerPort: 80. version: 2.1

article thumbnail

Build and deploy an ASP.NET Core application to Azure

CircleCI

Run the application: cd dotnet-core-sample dotnet watch run. Find out what version is installed on your computer using this command: dotnet --version. Go to the root of the application and open the dotnet-core-sample.csproj file. Then, run the project again with the dotnet watch run command.

Azure 52
article thumbnail

Automating the deployment of ASP.NET Core applications to Heroku

CircleCI

To do that, enter this command: git clone [link] dotnet-heroku-demo-app. This downloads the starter application to a folder named dotnet-heroku-demo-app in your development folder (or wherever you ran the command from). Check the current version installed on your computer by running this command: dotnet --version.

article thumbnail

Setting up a local docker environment with Sitecore 10.3 and SXA

Perficient

After completing this environment preparation, run the command up.ps1 There was a new error: To check which versions of the.NET SDK are currently installed in Windows PowerShell a command dotnet --list-sdks is used and a command dotnet tool restore to Install the.NET local tools that are in scope for the current directory After Sitecore environment (..)

Windows 52