File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<UsingTask
5
5
TaskName =" PullRequestSubmitter.PullRequestTask"
6
- AssemblyFile =" $(MSBuildThisFileDirectory)..\tools\PullRequestSubmitter\bin\Debug \netcoreapp2.0\PullRequestSubmitter.dll" />
6
+ AssemblyFile =" $(MSBuildThisFileDirectory)..\tools\PullRequestSubmitter\bin\Release \netcoreapp2.0\PullRequestSubmitter.dll" />
7
7
8
8
<Target Name =" PushNuGetPackages" >
9
9
<ItemGroup >
16
16
<PropertyGroup >
17
17
<!-- Read the ASP.NET Core package version from a .deps.json file, because
18
18
the CI server doesn't otherwise have that information to supply -->
19
- <DepsFilePath >$(MSBuildThisFileDirectory)..\tools\DependencyUpdater\bin\Debug \netstandard2.0\DependencyUpdater.deps.json</DepsFilePath >
19
+ <DepsFilePath >$(MSBuildThisFileDirectory)..\tools\DependencyUpdater\bin\Release \netstandard2.0\DependencyUpdater.deps.json</DepsFilePath >
20
20
<DepsFileContent >$([System.IO.File]::ReadAllText('$(DepsFilePath)'))</DepsFileContent >
21
21
<AspNetCoreRuntimePackageVersion >$([System.Text.RegularExpressions.Regex]::Match($(DepsFileContent), `\s+"Microsoft.AspNetCore": "([^"]+)"`).Groups[1].Value)</AspNetCoreRuntimePackageVersion >
22
22
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments