Skip to content

Commit

Permalink
update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Sep 2, 2024
1 parent 163ce18 commit b8a1f76
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .azuredevops/Pipelines/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ stages:
clean: true

- script: git submodule update --init --recursive
displayName: Update git submodules
displayName: 🔄 Update git submodules

- template: Templates/dotnet-sdk-install.yaml

- task: NuGetToolInstaller@1
displayName: Install Nuget 5x
displayName: ⬇️ Install Nuget 5x
inputs:
versionSpec: '5.*'
checkLatest: true
Expand Down
2 changes: 1 addition & 1 deletion .azuredevops/Pipelines/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:
displayName: Wait for validation
steps:
- task: ManualValidation@0
displayName: 'Manual validation'
displayName: 🧐 Manual validation
timeoutInMinutes: 1440
inputs:
notifyUsers:
Expand Down
8 changes: 4 additions & 4 deletions .azuredevops/Pipelines/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:
clean: true

- script: git submodule update --init --recursive
displayName: Update git submodules
displayName: 🔄 Update git submodules

- template: Templates/dotnet-sdk-install.yaml

Expand All @@ -53,7 +53,7 @@ stages:
ignoreLASTEXITCODE: true

- task: NuGetToolInstaller@1
displayName: Install Nuget 5x
displayName: ⬇️ Install Nuget 5x
inputs:
versionSpec: '5.*'
checkLatest: true
Expand All @@ -75,14 +75,14 @@ stages:
Write-Error "There are local changes in the git repository meaning not all markdown snippets are up to date."
exit 1
}
displayName: 📄 Verify markdown snippets are up to date
displayName: 📄 Verify markdown snippets
name: mdsnippets
failOnStderr: true
- pwsh: |
dotnet tool install --tool-path . nbgv
./nbgv cloud -a
displayName: Set build number
displayName: 4️⃣2️⃣ Set build number
name: Nbgv
- task: DotNetCoreCLI@2
Expand Down

0 comments on commit b8a1f76

Please sign in to comment.