Skip to content

Instantly share code, notes, and snippets.

@FeodorFitsner
Last active October 21, 2022 16:27
Show Gist options
  • Save FeodorFitsner/9c770de9f64a0f312b91d221b4eb7d36 to your computer and use it in GitHub Desktop.
Save FeodorFitsner/9c770de9f64a0f312b91d221b4eb7d36 to your computer and use it in GitHub Desktop.
Building .NET Core 6.0 web app
image: Visual Studio 2022
build_script:
- dotnet --version
- mkdir app1
- cd app1
- dotnet new webapp
- type app1.csproj
- dotnet publish -o publish --configuration Release --framework net6.0
test: off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment