This repository was archived by the owner on Dec 14, 2018. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- <?xml  version =" 1.0"  encoding =" utf-8"  ?>
1+ <?xml  version =" 1.0"  encoding =" utf-8"  ?>
22<configuration >
33  <packageSources >
4-     <add  key =" AspNetCore"   value =" https://dotnet.myget.org/F/aspnetcore-ci-dev /api/v3/index.json"   />
4+     <add  key =" AspNetCore"   value =" https://dotnet.myget.org/F/aspnetcore-ci-release /api/v3/index.json"   />
55    <add  key =" NuGet"   value =" https://api.nuget.org/v3/index.json"   />
66  </packageSources >
77</configuration >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ cd $PSScriptRoot
3333$repoFolder  =  $PSScriptRoot 
3434$env: REPO_FOLDER  =  $repoFolder 
3535
36- $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/dev .zip" 
36+ $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/rel/1.1.0-preview1 .zip" 
3737if  ($env: KOREBUILD_ZIP )
3838{
3939    $koreBuildZip = $env: KOREBUILD_ZIP 
Original file line number Diff line number Diff line change 22repoFolder=" $(  cd  " $(  dirname " ${BASH_SOURCE[0]} "   ) "   &&  pwd  ) " 
33cd  $repoFolder 
44
5- koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/dev .zip" 
5+ koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/rel/1.1.0-preview1 .zip" 
66if  [ !  -z  $KOREBUILD_ZIP  ];  then 
77    koreBuildZip=$KOREBUILD_ZIP 
88fi 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments