mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
Merge pull request #102 from dotnet/publish-8192
Merge master into live
This commit is contained in:
@@ -7,8 +7,8 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 #@v2
|
||||||
- uses: timheuer/[email protected]
|
- uses: timheuer/issue-notifier@84b8e0081c0abce88ac2673f1f3ad8529a040586 #@v1.0.2
|
||||||
env:
|
env:
|
||||||
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API }}
|
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 #@v2
|
||||||
|
|
||||||
# Get the latest preview SDK (or sdk not installed by the runner)
|
# Get the latest preview SDK (or sdk not installed by the runner)
|
||||||
- name: Setup .NET Core SDK Preview
|
- name: Setup .NET Core SDK Preview
|
||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
|
|
||||||
# Update build output json file
|
# Update build output json file
|
||||||
- name: Upload build results
|
- name: Upload build results
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@3446296876d12d4e3a0f3145a3c87e67bf0a16b5 #@v1
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: ./output.json
|
path: ./output.json
|
||||||
|
|||||||
@@ -20,9 +20,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 #@v2
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d #@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
- name: Run Markdownlint
|
- name: Run Markdownlint
|
||||||
|
|||||||
+1
-1
@@ -46,7 +46,7 @@ The following procedures show how to test for a valid birth date using either th
|
|||||||
- If you created your settings using the Visual Studio Application Settings dialog box in the **Property Editor**, you can retrieve the default settings object generated for your language through the following expression.
|
- If you created your settings using the Visual Studio Application Settings dialog box in the **Property Editor**, you can retrieve the default settings object generated for your language through the following expression.
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
Configuration.Settings.Default
|
Properties.Settings.Default
|
||||||
```
|
```
|
||||||
|
|
||||||
```vb
|
```vb
|
||||||
|
|||||||
Reference in New Issue
Block a user