-
-
Save FeodorFitsner/9c770de9f64a0f312b91d221b4eb7d36 to your computer and use it in GitHub Desktop.
Building .NET Core 6.0 web app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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