Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from microsoft:main #248

Merged
merged 3 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Node PR Lint, Build and Test

on:
# Trigger when manually run
workflow_dispatch:

# Trigger on pushes to `main` or `rel/*`
push:
branches:
- main
- rel/*

# Trigger on pull requests to `main` or `rel/*`
pull_request:
branches:
- main
- rel/*

jobs:
Build:
# Use template from https://github.com/microsoft/vscode-azuretools/tree/main/.github/workflows
uses: microsoft/vscode-azuretools/.github/workflows/jobs.yml@main
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

69 changes: 0 additions & 69 deletions test/nightly/testFolder/dotnet-hello-world/3.1/.vscode/tasks.json

This file was deleted.

8 changes: 0 additions & 8 deletions test/nightly/testFolder/dotnet-hello-world/3.1/3.1.csproj

This file was deleted.

26 changes: 0 additions & 26 deletions test/nightly/testFolder/dotnet-hello-world/3.1/Program.cs

This file was deleted.

43 changes: 0 additions & 43 deletions test/nightly/testFolder/dotnet-hello-world/3.1/Startup.cs

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions test/nightly/testFolder/dotnet-hello-world/3.1/appsettings.json

This file was deleted.

This file was deleted.

32 changes: 0 additions & 32 deletions test/nightly/testFolder/dotnet-hello-world/5.0/.vscode/tasks.json

This file was deleted.

8 changes: 0 additions & 8 deletions test/nightly/testFolder/dotnet-hello-world/5.0/5.0.csproj

This file was deleted.

26 changes: 0 additions & 26 deletions test/nightly/testFolder/dotnet-hello-world/5.0/Program.cs

This file was deleted.

43 changes: 0 additions & 43 deletions test/nightly/testFolder/dotnet-hello-world/5.0/Startup.cs

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions test/nightly/testFolder/dotnet-hello-world/5.0/appsettings.json

This file was deleted.

This file was deleted.

Loading
Loading