File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 1
1
steps :
2
- - task : CacheBeta@0
3
- inputs :
4
- key : |
5
- $(Agent.OS)
6
- $(Build.SourcesDirectory)/src/MySqlConnector/MySqlConnector.csproj
7
- $(Build.SourcesDirectory)/src/MySqlConnector.Authentication.Ed25519/MySqlConnector.Authentication.Ed25519.csproj
8
- $(Build.SourcesDirectory)/src/MySqlConnector.Logging.log4net/MySqlConnector.Logging.log4net.csproj
9
- $(Build.SourcesDirectory)/src/MySqlConnector.Logging.Microsoft.Extensions.Logging/MySqlConnector.Logging.Microsoft.Extensions.Logging.csproj
10
- $(Build.SourcesDirectory)/src/MySqlConnector.Logging.NLog/MySqlConnector.Logging.NLog.csproj
11
- $(Build.SourcesDirectory)/src/MySqlConnector.Logging.Serilog/MySqlConnector.Logging.Serilog.csproj
12
- $(Build.SourcesDirectory)/tests/Conformance.Tests/Conformance.Tests.csproj
13
- $(Build.SourcesDirectory)/tests/MySqlConnector.Tests/MySqlConnector.Tests.csproj
14
- $(Build.SourcesDirectory)/tests/SideBySide/SideBySide.csproj
15
- path : $(NUGET_PACKAGES)
16
- displayName : NuGet build cache
17
-
18
2
- task : CopyFiles@2
19
3
displayName : ' Copy config.json'
20
4
inputs :
You can’t perform that action at this time.
0 commit comments